Click or drag to resize
AutomaticContactMerger Constructor (IEnumerableString, String, String)
Sets custom automatic merging of contacts based on same contact columns.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public AutomaticContactMerger(
	IEnumerable<string> mergeByColumns,
	string mergeContactsWithinSiteSetting,
	string mergeContactsToGlobalSetting
)

Parameters

mergeByColumns
Type: System.Collections.GenericIEnumerableString
List of contact properties to automatically merge by (all properties must be equal, you can override this behaviour in GetWhereCondition method)
mergeContactsWithinSiteSetting
Type: SystemString
Setting by which merger decides whether to merge contacts within site or not. Site of given contact will be used for getting the setting.
mergeContactsToGlobalSetting
Type: SystemString
Setting by which merger decides whether to merge contacts to a global or not. Site of given contact will be used for getting the setting.
See Also