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
12.04.2024 18:16:03