Oracle® WebCenter Interaction Development Kit 10.3.3.0.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: 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.

See Also

IUserGroupManager Interface | Plumtree.Remote.PRC Namespace