Click or drag to resize
ContactInfoProviderDeleteContactInfo Method (Int32)
Deletes contact with specified ID. To delete dependencies use ContactHelper.Delete() instead.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void DeleteContactInfo(
	int contactId
)

Parameters

contactId
Type: SystemInt32
Contact ID
See Also