Click or drag to resize
ClientUserGroupAddressBookAddGroup Method (String, String)
Adds a group to 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 UserGroupAddressBookAddGroup(
	string OwnerGroupName,
	string GroupName
)

Parameters

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

Return Value

Type: Boolean
true if successful; otherwise, false.
Remarks
Calls UserGroupAddressBookAddGroup(String, String, Boolean) with a value of true for the AllowExpansion argument.
See Also