Click or drag to resize
ContactInfoProviderRemoveRelations Method
Removes relations before object is deleted. Applicable only for merged contacts.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
public static void RemoveRelations(
	int contactID,
	int mergedWithContactID
)

Parameters

contactID
Type: SystemInt32
Deleted contact ID
mergedWithContactID
Type: SystemInt32
Parent contact ID
See Also