Click or drag to resize
ClientUserGroupAddressBookDeleteGroup Method
Deletes a group from the specified owner group's address book.

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

Parameters

OwnerGroupName
Type: SystemString
Address book owner group name.
GroupName
Type: SystemString
Name of group to remove from address book.

Return Value

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