Click or drag to resize
PersonaInfoExtensionsGetRelatedScore Method
Returns persona ScoreInfo object that is used for calculation of persona score.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 13.0.131
Syntax
C#
public static ScoreInfo GetRelatedScore(
	this PersonaInfo persona
)

Parameters

persona
Type: CMS.PersonasPersonaInfo

Return Value

Type: ScoreInfo

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PersonaInfo. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also