Click or drag to resize
PersonaInfoProviderGetPersonaInfoByScoreId Method
Returns PersonaInfo by specifying underlying score ID.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 9.0.0
Syntax
C#
public static PersonaInfo GetPersonaInfoByScoreId(
	int id
)

Parameters

id
Type: SystemInt32
Score ID

Return Value

Type: PersonaInfo
See Also