ClientUserGroupAddressBookAddGroup Method (String, String, Boolean) |
Adds a group to the specified owner group's address book.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public bool UserGroupAddressBookAddGroup(
string OwnerGroupName,
string GroupName,
bool AllowExpansion
)
Public Function UserGroupAddressBookAddGroup (
OwnerGroupName As String,
GroupName As String,
AllowExpansion As Boolean
) As Boolean
public:
bool UserGroupAddressBookAddGroup(
String^ OwnerGroupName,
String^ GroupName,
bool AllowExpansion
)
Parameters
- OwnerGroupName
- Type: SystemString
Address book owner group name. - GroupName
- Type: SystemString
Name of group to add to address book. - AllowExpansion
- Type: SystemBoolean
When true, address book owner group members 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