AutomaticContactMerger Constructor (IEnumerableString, Boolean, Boolean) |
Sets custom automatic merging of contacts based on same contact columns.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax public AutomaticContactMerger(
IEnumerable<string> mergeByColumns,
bool mergeContactsWithinSite,
bool mergeContactsToGlobal
)
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) - mergeContactsWithinSite
- Type: SystemBoolean
Defines if contacts should be automatically merged into the best found (defined by setting CMSContactForVisitor) within one site - mergeContactsToGlobal
- Type: SystemBoolean
Defines whether contacts should be merged into one global contact
See Also