Click or drag to resize
AutomaticContactMergerMergeWithinSite Method
Merges contacts within a site. Decides to which one to merge by CMSContactForVisitor site setting.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual ContactInfo MergeWithinSite(
	ContactInfo contact,
	List<ContactInfo> contacts,
	string siteName
)

Parameters

contact
Type: CMS.OnlineMarketingContactInfo
contacts
Type: System.Collections.GenericListContactInfo
siteName
Type: SystemString

Return Value

Type: ContactInfo
See Also