Click or drag to resize
PersonaContactHistoryInfoProviderDeletePersonaContactHistoryInfo Method (Int32)
Deletes PersonaContactHistoryInfo with specified ID.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 11.0.0
Syntax
C#
public static void DeletePersonaContactHistoryInfo(
	int id
)

Parameters

id
Type: SystemInt32
PersonaContactHistoryInfo ID
See Also