Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IUserGroupManager.DeleteGroups Method 

Deletes specified user groups.

void DeleteGroups(
   int[] groupIDs
);

Parameters

groupIDs
an array of group IDs to delete

Remarks

Passing any invalid or non-existent group IDs (or any duplicates) 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

See Also

IUserGroupManager Interface | Plumtree.Remote.PRC Namespace