Oracle® WebCenter Interaction Development Kit 10.3.3.0.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 The entry is present and read-only.
ArgumentException An invalid user ID was passed.

See Also

IACL Interface | Plumtree.Remote.PRC Namespace