Remove(IUser):Void

Removes a user from the group as a member.

Return type: System.Void

Parameter

user

Type: Onion.Client.IUser

This parameter is the user to be removed as a member of the group. The permissions are thus withdrawn from the user which he had received via the group membership.

If the value NULL is indicated as the parameter, then the exception of type System.ArgumentNullException is triggered.