ContactHelperSplitContacts Method |
Splits contacts.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public static void SplitContacts(
ContactInfo parentContact,
List<ContactInfo> contacts,
bool copyMissingFields,
bool copyActivities,
bool removeAccounts
)
Parameters
- parentContact
- Type: CMS.OnlineMarketingContactInfo
Parent contact from which contacts are splitted - contacts
- Type: System.Collections.GenericListContactInfo
List of contacts to split - copyMissingFields
- Type: SystemBoolean
Indicates if empty fields on split contact should be filled with fields from merged contact - copyActivities
- Type: SystemBoolean
Indicates if activities, IPs, membership relations - removeAccounts
- Type: SystemBoolean
Indicates if accounts related to splitted contact should be removed from parent contact
See Also