ContactInfoProviderRemoveRelations Method |
Removes relations before object is deleted. Applicable only for merged contacts.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public static void RemoveRelations(
int contactID,
int mergedWithContactID
)
Parameters
- contactID
- Type: SystemInt32
Deleted contact ID - mergedWithContactID
- Type: SystemInt32
Parent contact ID
See Also