Click or drag to resize
ClientUserGroupDelete Method
Deletes the specified group.

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

Parameters

GroupName
Type: SystemString
Name of group to delete.

Return Value

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