ClientUserAddressBookAddGroup Method (String, String, Boolean) |
Adds a group to the specified owner's address book.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public bool UserAddressBookAddGroup(
string Owner,
string GroupName,
bool AllowExpansion
)
Public Function UserAddressBookAddGroup (
Owner As String,
GroupName As String,
AllowExpansion As Boolean
) As Boolean
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:
Booleantrue if successful; otherwise,
false.
See Also