AutomaticContactMerger Constructor (IEnumerable String , String, String)Kentico 8.1 API Reference
Sets custom automatic merging of contacts based on same contact columns.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

mergeByColumns
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
List of contact properties to automatically merge by (all properties must be equal, you can override this behaviour in GetWhereCondition method)
mergeContactsWithinSiteSetting
Type: OnlineSystem String
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: OnlineSystem String
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