Click or drag to resize
ContactHelperSplit Method (ContactInfo, IListString, Boolean, Boolean, Boolean, Boolean)

Note: This API is now obsolete.

Splits contacts.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Merged contacts do not belong to contact groups anymore. Use SplitContacts method instead.")]
public static void Split(
	ContactInfo parentContact,
	IList<string> 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.GenericIListString
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