Click or drag to resize
AutomaticContactMergerGetWhereCondition Method
Gets where condition used to get contacts similar to given one (without site ID).

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

Parameters

contact
Type: CMS.OnlineMarketingContactInfo

Return Value

Type: String
See Also