Click or drag to resize
ClientUserGroupAdd Method (String, String)
Adds a new group with the provided name and description.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
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: Boolean
true if successful; otherwise, false.
See Also