ClientUserAddressBookDeleteGroup Method |
Deletes a group from 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 UserAddressBookDeleteGroup(
string Owner,
string GroupName
)
Public Function UserAddressBookDeleteGroup (
Owner As String,
GroupName As String
) As Boolean
public:
bool UserAddressBookDeleteGroup(
String^ Owner,
String^ GroupName
)
Parameters
- Owner
- Type: SystemString
Address book owner username. - GroupName
- Type: SystemString
Name of group to remove from address book.
Return Value
Type:
Booleantrue if successful; otherwise,
false.
See Also