RemoveFromGroup
What it does
Removes a user or a group from the specified group.
Definition
void RemoveFromGroup( int principalId, int groupId );
Parameters
Name | Type | Description |
principalId | int | The ID of a user or a group to be deleted |
groupId | int | The ID of a group that the data is deleted from |
Returned value
N/A
4/12/2024 6:16:01 PM