GetGroup(String):IGroup
Calls a group based on the name.
Return type: Onion.Client.IGroup
Parameter
- groupName
Type: System.String
This parameter is the name of the group. There is no case sensitivity.
If no group with the name is found, then the exception GroupNotExistsException is triggered.