ContactHelperSplit Method (ContactInfo, ListContactInfo, Boolean, Boolean, Boolean, Boolean) |
Note: This API is now obsolete.
Splits contacts.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax [ObsoleteAttribute("Merged contacts do not belong to contact groups anymore. Use SplitContacts method instead.")]
public static void Split(
ContactInfo parentContact,
List<ContactInfo> contacts,
bool copyMissingFields,
bool copyActivities,
bool removeAccounts,
bool removeContactGroups
)
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 - removeContactGroups
- Type: SystemBoolean
Indicates if contact groups related to splitted contact should be removed from parent contact
See Also