CreateGroupCommand Constructor CkSoftware GroupMe SDK - Documentation
Instantiates a new CreateGroupCommand with the given groupName.

Namespace: CkSoftware.GroupMe.Sdk.Groups.Commands
Assembly: CkSoftware.GroupMe.Sdk.Groups (in CkSoftware.GroupMe.Sdk.Groups.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax

public CreateGroupCommand(
	string groupName
)

Parameters

groupName
Type: System String
The name of the group to create.
See Also