AutomaticContactMerger Constructor (IEnumerable String , Boolean, Boolean)Kentico 8.0 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.0.5239.26125)

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)
mergeContactsWithinSite
Type: OnlineSystem Boolean
Defines if contacts should be automatically merged into the best found (defined by setting CMSContactForVisitor) within one site
mergeContactsToGlobal
Type: OnlineSystem Boolean
Defines whether contacts should be merged into one global contact
See Also