Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IACL.RemoveUserEntry Method 

Removes a user entry from the ACL (ignored if no entry is present)

IACLEntry RemoveUserEntry(
   int userID
);

Parameters

userID
the user ID of the user to remove

Return Value

the removed ACLEntry, null if no entry was removed

Exceptions

Exception Type Condition
ACLEntryReadOnlyException if the entry is present and read-only
ArgumentException if passed an invalid user ID

See Also

IACL Interface | Plumtree.Remote.PRC Namespace