Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDocumentManager.QueryACL Method 

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

IACL QueryACL(
   int documentID
);

Parameters

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

Return Value

The ACL for the document.

Exceptions

Exception Type Condition
HttpException The query interface URL is not valid.
ArgumentException An invalid document ID was passed.
PortalException The operation resulted in an error in the portal.
SoapException There was a communication problem during the execution of the remote method call.

See Also

IDocumentManager Interface | Plumtree.Remote.PRC Namespace