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

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

The ICurrentContactMergeService type exposes the following members.

Methods
  NameDescription
Public methodMergeCurrentContactWithContact
Merges current contact with the given targetContact in case the current contact is anonymous (does not have any email). Moves activities, memberships, relations and copies contact's data.
Public methodUpdateCurrentContactEmail
Updates email of current contact.
Top
See Also