Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IObjectManager.UpdateACL Method 

Updates the ACL (Access Control List) on a portal object.

void UpdateACL(
   int objectID,
   IACL acl
);

Parameters

objectID
the object ID for which to set the ACL
acl
the ACL to set on the object

Remarks

You can only update the ACL on an object with an ACL which was retrieved from the same object

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
ACLEntryReadOnlyException if the ACL contains read-only ACLEntry's which have been modified

See Also

IObjectManager Interface | Plumtree.Remote.PRC Namespace