Click or drag to resize
ContactInfoProviderDeleteContactInfo Method (ContactInfo)
Deletes specified contact. 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(
	ContactInfo contactObj
)

Parameters

contactObj
Type: CMS.OnlineMarketingContactInfo
Contact to be deleted
See Also