Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IACL.GetUserEntry Method 

Gets a user entry contained in this ACL.

IACLEntry GetUserEntry(
   int userID
);

Parameters

userID
The user ID of the user whose ACLEntry should be retrieved.

Return Value

The ACLEntry for the user.

Exceptions

Exception Type Condition
ArgumentException An invalid user ID was passed.

See Also

IACL Interface | Plumtree.Remote.PRC Namespace