Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IUserGroupManager.AddMemberUsers Method 

Adds users to a group.

void AddMemberUsers(
   int groupID,
   int[] memberUserIDs
);

Parameters

groupID
The ID of the group to add the users to.
memberUserIDs
An array of user IDs to add to the group.

Remarks

Any invalid user IDs will be silently ignored. Passing a non-existent group ID 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