Click or drag to resize
IContactMergeService Interface
Provides method for merging of a ContactInfo into another one.

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

The IContactMergeService type exposes the following members.

Methods
  NameDescription
Public methodMergeContactByEmail
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.
Public methodMergeContacts
Merges given source contact to the target. Moves activities, memberships, copies data and set the target as currect contact to the response cookie.
Top
See Also