Click or drag to resize
PersonaContactHistoryInfoProviderDeletePersonaContactHistoryInfo Method (PersonaContactHistoryInfo)

Note: This API is now obsolete.

Deletes specified PersonaContactHistoryInfo.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IPersonaContactHistoryInfoProvider.Delete(PersonaContactHistoryInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - PersonaContactHistoryInfo.Provider.")]
public static void DeletePersonaContactHistoryInfo(
	PersonaContactHistoryInfo infoObj
)

Parameters

infoObj
Type: CMS.PersonasPersonaContactHistoryInfo
PersonaContactHistoryInfo to be deleted
See Also