Click or drag to resize
ContactInfoProviderSplitRelations Method
Splits contact's related records.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void SplitRelations(
	int mergeContactID,
	int splitContactID
)

Parameters

mergeContactID
Type: SystemInt32
ID of parent contact
splitContactID
Type: SystemInt32
ID of contact being split
See Also