Click or drag to resize
ContactInfoProviderDeleteContactInfo Method (Int32)
Deletes contact with specified ID.

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

Parameters

contactId
Type: SystemInt32
Contact ID of the contact to be deleted
See Also