IContactMergeService Interface |
Namespace: CMS.ContactManagement
public interface IContactMergeService
The IContactMergeService type exposes the following members.
Name | Description | |
---|---|---|
MergeContactByEmail |
Tries to merge given contact by ContactEmail. Moves activities, memberships, relations and copies contact's data.
Given contact will be used as merge target, i.e. this particular ContactInfo will remain, while others with the same ContactEmail
will be merged to the contact.
| |
MergeContacts |
Merges given source contact to the target. Moves activities, memberships, copies data and set the
target as currect contact to the response cookie.
|