Skip to main content

What it does

Removes a user or a group from the specified group.

Definition

void RemoveFromGroup( int principalId, int groupId );

Parameters

NameTypeDescription
principalIdintThe ID of a user or a group to be deleted
groupIdintThe ID of a group that the data is deleted from

Returned value

N/A