Plumtree EDK (Enterprise Web Development Kit) 5.4.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 if the entry is present and read-only
ArgumentException if passed an invalid group ID

See Also

IACL Interface | Plumtree.Remote.PRC Namespace