Click or drag to resize
ClientUserGroupAddressBookAddUser Method
Adds a user 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 UserGroupAddressBookAddUser(
	string OwnerGroupName,
	string Username
)

Parameters

OwnerGroupName
Type: SystemString
Address book owner group name.
Username
Type: SystemString
Username to add to address book.

Return Value

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