Sets custom automatic merging of contacts based on same contact columns.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- mergeByColumns
- Type: System.Collections.Generic IEnumerable String
List of contact properties to automatically merge by (all properties must be equal, you can override this behaviour in GetWhereCondition method)
- mergeContactsWithinSiteSetting
- Type: System 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: System 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