Click or drag to resize
ContactChangeData Class
Container for the contact change data.
Inheritance Hierarchy
SystemObject
  CMS.ContactManagementContactChangeData

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax
C#
public class ContactChangeData : IDataTransferObject

The ContactChangeData type exposes the following members.

Constructors
  NameDescription
Public methodContactChangeData
Creates new instance of ContactChangeData.
Public methodContactChangeData(IDataContainer)
Creates new instance of ContactChangeData and set up its properties from given dataRowContainer.
Top
Properties
  NameDescription
Public propertyChangedColumns
List of columns which have changed. Is null when ContactIsNew is true.
Public propertyContactID
Contact ID.
Public propertyContactIsNew
If true the change represents a new contact creation. ChangedColumns are not included if contact is new.
Public propertyContactWasMerged
Gets or sets the value indicating if the contact was automatically merged.
Top
Methods
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
See Also