Click or drag to resize
ContactManagementEvents Class
Contact management events.
Inheritance Hierarchy
SystemObject
  CMS.ContactManagementContactManagementEvents

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public static class ContactManagementEvents

The ContactManagementEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberContactInfosDeleted
Event fires when DeleteContactInfos(String, Int32) deletes some contacts. Deleted contacts IDs are passed as event parameter. When single contact is deleted this event is not fired. In this case Delete event on TYPEINFO could be used.
Public fieldStatic memberContactMerge
Events fires when two contacts are being merged.
Public fieldStatic memberDuplicateActivitiesForContact
Event fires when we need to duplicate record in Activity table and all related tables if required.
Top
See Also