Click or drag to resize
ContactHelperSplitContacts Method
Splits contacts.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
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