Class ContactMergeModel
- Namespace
- CMS.ContactManagement
- Assembly
- CMS.ContactManagement.dll
Represents pair of contacts that are being merged.
public class ContactMergeModel
- Inheritance
-
objectContactMergeModel
- Extension Methods
Properties
SourceContact
Gets or sets the ContactInfo that is being merged to TargetContact.
public ContactInfo SourceContact { get; set; }
Property Value
TargetContact
Gets or sets the ContactInfo the SourceContact is being merged to.
public ContactInfo TargetContact { get; set; }