Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IUserGroupManager.AddMemberGroups Method 

Adds groups to a group.

void AddMemberGroups(
   int parentGroupID,
   int[] memberGroupIDs
);

Parameters

parentGroupID
The ID of the parent group to add the groups to.
memberGroupIDs
An array of group IDs to add to the parent group.

Remarks

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

See Also

IUserGroupManager Interface | Plumtree.Remote.PRC Namespace