Table of Contents

Class ContactMergeModel

Namespace
CMS.ContactManagement
Assembly
CMS.ContactManagement.dll

Represents pair of contacts that are being merged.

public class ContactMergeModel
Inheritance
object
ContactMergeModel
Extension Methods

Properties

SourceContact

Gets or sets the ContactInfo that is being merged to TargetContact.

public ContactInfo SourceContact { get; set; }

Property Value

ContactInfo

TargetContact

Gets or sets the ContactInfo the SourceContact is being merged to.

public ContactInfo TargetContact { get; set; }

Property Value

ContactInfo