ContactHelper Split Method (ContactInfo, List ContactInfo , Boolean, Boolean, Boolean, Boolean)Kentico 8.1 API Reference
Splits contacts.

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

Parameters

parentContact
Type: CMS.OnlineMarketing ContactInfo
Parent contact from which contacts are splitted
contacts
Type: OnlineSystem.Collections.Generic List ContactInfo 
List of contacts to split
copyMissingFields
Type: OnlineSystem Boolean
Indicates if empty fields on split contact should be filled with fields from merged contact
copyActivities
Type: OnlineSystem Boolean
Indicates if activities, IPs, membership relations
removeAccounts
Type: OnlineSystem Boolean
Indicates if accounts related to splitted contact should be removed from parent contact
removeContactGroups
Type: OnlineSystem Boolean
Indicates if contact groups related to splitted contact should be removed from parent contact
See Also