Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IUserGroupManager.RemoveMemberGroups Method 

Removes groups from a group.

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

Parameters

parentGroupID
parent group to remove the groups from
memberGroupIDs
an array of groups to remove from the parent group

Remarks

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

See Also

IUserGroupManager Interface | Plumtree.Remote.PRC Namespace