Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IUserGroupManager.RemoveMemberUsers Method 

Removes users from a group.

void RemoveMemberUsers(
   int groupID,
   int[] memeberUserIDs
);

Parameters

groupID
a group to remove the users from
memeberUserIDs
an array of users to remove from the group

Remarks

Any invalid memberUserIDs will be silently ignored. Passing a non-existent groupID will result in a PortalException. Note: As this method performs multiple operations, any exception thrown relating to these will have details of each failure.

Exceptions

Exception Type Condition
PortalException if the operation resulted in an error on the portal
ArgumentException if passed an invalid group ID

See Also

IUserGroupManager Interface | Plumtree.Remote.PRC Namespace