Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IACL.RemoveUserGroupEntry Method 

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

IACLEntry RemoveUserGroupEntry(
   int groupID
);

Parameters

groupID
The group ID of the group 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 group ID was passed.

See Also

IACL Interface | Plumtree.Remote.PRC Namespace