Click or drag to resize

ContactGroupAddContacts Method

Adds new contacts to a group.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void AddContacts(
	HashSet<Contact> contacts,
	ContactGroupContactGroupOperationCompletionHandler completionHandler
)

Parameters

contacts
Type: System.Collections.GenericHashSetContact
List of contacts to add.
completionHandler
Type: Avaya.ClientServicesContactGroupContactGroupOperationCompletionHandler
Completion handler for this operation.
Remarks
Operation fails if at least one contact can't be added to a group due to capability not allowed. Entire collection remains unchanged in this case. Providing contact as argument which already exists in group treated as Success operation.
See Also