Add(IUser):Void
Adds a user to the group as a member.
Return type: System.Void
Parameter
- user
Type: Onion.Client.IUser
This parameter is the parameter to be added to the group as a member. As a member of the group, the user receives the permissions of the group.
If the value NULL is indicated as the parameter, then the exception of type System.ArgumentNullException is triggered.