Remove(IGroup):Void

Removes a group as an Include.

Return type: System.Void

Parameter

group

Type: Onion.Client.IGroup

This parameter is the group to be removed from the Includes of the current group. This means the permissions of the included group are no longer inherited to the current group.

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