Click or drag to resize
ContactInfoProviderDeleteContactInfoInternal Method
Deletes specified contact.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
protected virtual void DeleteContactInfoInternal(
	ContactInfo contactObj
)

Parameters

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