| ClientUserGroupAddressBookAddGroup Method (String, String) | 
            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
Syntaxpublic bool UserGroupAddressBookAddGroup(
	string OwnerGroupName,
	string GroupName
)
Public Function UserGroupAddressBookAddGroup ( 
	OwnerGroupName As String,
	GroupName As String
) As Boolean
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: 
Booleantrue if successful; otherwise, 
false.
Remarks
See Also