Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IACL.AddUserGroupEntry Method 

Adds a group entry to this ACL

IACLEntry AddUserGroupEntry(
   int groupID,
   AccessLevel accessLevel
);

Parameters

groupID
the group ID of the group to add
accessLevel
the access level to grant

Return Value

the previous ACLEntry specified for this group, null if there was no previous entry

Exceptions

Exception Type Condition
ACLEntryReadOnlyException if the group already has a read-only entry set
ArgumentException if passed an invalid group ID

See Also

IACL Interface | Plumtree.Remote.PRC Namespace