Click or drag to resize
ContactMergeHandlerStartEvent Method (ContactInfo, ContactInfo)
Initiates the event.

Namespace: CMS.ContactManagement.Internal
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax
C#
public CMSEventArgs<ContactMergeModel> StartEvent(
	ContactInfo source,
	ContactInfo target
)

Parameters

source
Type: CMS.ContactManagementContactInfo
Contact that is being merged to target
target
Type: CMS.ContactManagementContactInfo
Contact the source is being merged to

Return Value

Type: CMSEventArgsContactMergeModel
Exceptions
ExceptionCondition
ArgumentNullExceptionsource is null -or- target is null
See Also