Click or drag to resize
ContactGroupRenameGroup Method
Renames group.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void RenameGroup(
	string newName,
	ContactGroupContactGroupOperationCompletionHandler completionHandler
)

Parameters

newName
Type: SystemString
New name of the group of contacts.
completionHandler
Type: Avaya.ClientServicesContactGroupContactGroupOperationCompletionHandler
Completion handler for this operation.
Remarks
Renaming of the group results in raising 2 events on ContactGroupRetrievalWatcher - ContactGroupsRemoved and ContactGroupsAdded. Note that group name length is limited by the server. Also note that there are some characters not allowed to be present in group name (< > , ").
See Also