Click or drag to resize
ContactMergeModel Class
Represents pair of contacts that are being merged.
Inheritance Hierarchy
SystemObject
  CMS.ContactManagementContactMergeModel

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

The ContactMergeModel type exposes the following members.

Constructors
  NameDescription
Public methodContactMergeModel
Top
Properties
  NameDescription
Public propertySourceContact
Gets or sets the ContactInfo that is being merged to TargetContact.
Public propertyTargetContact
Gets or sets the ContactInfo the SourceContact is being merged to.
Top
See Also