ContactInfoProviderDuplicateRelations Method |
Duplicate contact's related records.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax 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