Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IUserGroupManager.RemoveMemberUsers Method 

Removes users from a group.

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

Parameters

groupID
The ID of the group to remove the users from.
memeberUserIDs
An array of user IDs to remove from the group.

Remarks

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

Exceptions

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

See Also

IUserGroupManager Interface | Plumtree.Remote.PRC Namespace