Click or drag to resize
ClientUserAddressBookAddGroup Method (String, String, Boolean)
Adds a group to the specified owner's address book.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool UserAddressBookAddGroup(
	string Owner,
	string GroupName,
	bool AllowExpansion
)

Parameters

Owner
Type: SystemString
Address book owner username.
GroupName
Type: SystemString
Name of group to add to address book.
AllowExpansion
Type: SystemBoolean
When true, address book owner will see all members of the group in their address book as well as the group itself.

Return Value

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