Click or drag to resize
AutomaticContactMergerMergeGlobals Method
Merges global contacts to a best fitting based on CMSSelectGlobalContactBy global setting.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual ContactInfo MergeGlobals(
	ContactInfo contact,
	string whereCondition,
	string siteName
)

Parameters

contact
Type: CMS.OnlineMarketingContactInfo
whereCondition
Type: SystemString
siteName
Type: SystemString

Return Value

Type: ContactInfo
See Also