Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IACL.GetUserGroupEntry Method 

Gets a group entry contained in this ACL.

IACLEntry GetUserGroupEntry(
   int groupID
);

Parameters

groupID
The group ID of the group whose ACLEntry should be retrieved.

Return Value

The ACLEntry for the group.

Exceptions

Exception Type Condition
ArgumentException An invalid group ID was passed.

See Also

IACL Interface | Plumtree.Remote.PRC Namespace