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

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool UserGroupAdd(
	string GroupName
)

Parameters

GroupName
Type: SystemString
Name of the new group.

Return Value

Type: Boolean
true if successful; otherwise, false.
See Also