Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IObjectManager.QueryACL Method 

Retrieves an ACL (Access Control List) for managing the security on a portal object.

IACL QueryACL(
   int objectID
);

Parameters

objectID
the object ID of the object for which to retrieve the ACL

Return Value

the object's ACL

Exceptions

Exception Type Condition
ArgumentException if the object ID is invalid
PortalException if the operation resulted in an error on the portal
SoapException if there is a communication problem during the execution of the remote method call

See Also

IObjectManager Interface | Plumtree.Remote.PRC Namespace