Aqualogic Interaction API  
 

IPTCommunity.RemoveMandatoryGroupMember Method 

Removes a group from this community's membership list, note that the group's ACL will still remain unchanged. The group will still have access to a community even when not a member, remove the group from the ACL to deny access to the community. Removing a group requires both EDIT access to the community and the group objects.

void RemoveMandatoryGroupMember(
   int nGroupID
);

Parameters

nGroupID
ID of the group to remove, users (negative IDs) are not accepted.

Exceptions

Exception Type Condition
Exception with PT_RESULTCODES.PT_E_INSUFFICIENTROLEACCESS errorcode if the user has insufficient access to the community

See Also

IPTCommunity Interface | com.plumtree.server Namespace