Create(String):IGroup

Creates a new group.

This method creates a new group in the group administration of onion.net.

The instance of the newly generated group is returned as the value. The group can be enhanced with permissions and memberships via this instance.

Return type: Onion.Client.IGroup

Parameter

name

Type: System.String

This parameter is the name of the group and must be unique in the group administration. There is no case sensitivity.

If a name is indicated that already exists, then an exception is triggered.