| ClientUserGroupAdd Method (String, String) | 
            Adds a new group with the provided name and description.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic bool UserGroupAdd(
	string GroupName,
	string Description
)
Public Function UserGroupAdd ( 
	GroupName As String,
	Description As String
) As Boolean
public:
bool UserGroupAdd(
	String^ GroupName, 
	String^ Description
)
Parameters
- GroupName
 - Type: SystemString
Name of the new group. - Description
 - Type: SystemString
Description of the new group. 
Return Value
Type: 
Booleantrue if successful; otherwise, 
false.
See Also