Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentManager.QueryACL Method 

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

IACL QueryACL(
   int documentID
);

Parameters

documentID
the document ID of the object for which to retrieve the ACL

Return Value

the document's ACL

Exceptions

Exception Type Condition
HttpException if the query interface URL is not valid
ArgumentException if passed an invalid document ID
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

IDocumentManager Interface | Plumtree.Remote.PRC Namespace