Click or drag to resize
ContactInfoProviderDuplicateRelations Method
Duplicate contact's related records.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void DuplicateRelations(
	int parentContactID,
	int mergedContactID,
	DateTime mergedContactWhen
)

Parameters

parentContactID
Type: SystemInt32
ID of parent contact
mergedContactID
Type: SystemInt32
ID of contact being split
mergedContactWhen
Type: SystemDateTime
DateTime when contact was merged
See Also