Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IACL.RemoveEntry Method 

Removes an entry from the ACL, if present.

IACLEntry RemoveEntry(
   IACLEntry aclEntry
);

Parameters

aclEntry
the entry to remove

Return Value

the removed ACLEntry, null if no entry was removed

Remarks

Note that an ACLEntry will only be removed if it is present in full; i.e. the access level is equal as well as both the principal ID & class.

Exceptions

Exception Type Condition
ACLEntryReadOnlyException if the entry contained is read-only

See Also

IACL Interface | Plumtree.Remote.PRC Namespace