ContactInfoProviderDeleteContactInfo Method (Int32) |
Deletes contact with specified ID. To delete dependencies use ContactHelper.Delete() instead.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax public static void DeleteContactInfo(
int contactId
)
Parameters
- contactId
- Type: SystemInt32
Contact ID
See Also