ContactGroup Class |
Namespace: Avaya.ClientServices
public class ContactGroup
The ContactGroup type exposes the following members.
| Name | Description | |
|---|---|---|
| AddContactsCapability |
Capability indicating whether this contact group can add new contacts.
| |
| GroupMembers |
List of contacts associated with group
| |
| Name |
Name of the group of contacts
| |
| RemoveContactsCapability |
Capability indicating whether this contact group can remove contacts.
| |
| RenameGroupCapability |
Capability indicating whether this contact group can be renamed.
|
| Name | Description | |
|---|---|---|
| AddContacts |
Adds new contacts to a group.
| |
| RemoveContacts |
Removes contacts from a group
| |
| RenameGroup |
Renames group.
|
| Name | Description | |
|---|---|---|
| ContactsAdded |
Occurs when new contacts were added to the group, either through local or remote actions.
| |
| ContactsRemoved |
Occurs when new contacts were added to the group, either through local or remote actions.
|