Click or drag to resize
PersonaContactHistoryInfoProviderGetPersonaContactHistoryInfo Method

Note: This API is now obsolete.

Returns PersonaContactHistoryInfo with specified ID.

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

Parameters

id
Type: SystemInt32
PersonaContactHistoryInfo ID

Return Value

Type: PersonaContactHistoryInfo
See Also