Click or drag to resize

ContactGroup Class

Represents contact group object which exposes all possible contact group details. It allows to add and remove contacts to/from group and update name of the group.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesContactGroup

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class ContactGroup

The ContactGroup type exposes the following members.

Properties
  NameDescription
Public propertyAddContactsCapability
Capability indicating whether this contact group can add new contacts.
Public propertyGroupMembers
List of contacts associated with group
Public propertyName
Name of the group of contacts
Public propertyRemoveContactsCapability
Capability indicating whether this contact group can remove contacts.
Public propertyRenameGroupCapability
Capability indicating whether this contact group can be renamed.
Top
Methods
  NameDescription
Public methodAddContacts
Adds new contacts to a group.
Public methodRemoveContacts
Removes contacts from a group
Public methodRenameGroup
Renames group.
Top
Events
  NameDescription
Public eventContactsAdded
Occurs when new contacts were added to the group, either through local or remote actions.
Public eventContactsRemoved
Occurs when new contacts were added to the group, either through local or remote actions.
Top
Remarks
Contact groups can be created by using ContactService method ContactService.CreateContactGroup and deleted by method DeleteContactGroup
See Also