Click or drag to resize
PersonaInfoExtensionsCreateScoreForPersona Method
Creates score related to persona.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 13.0.131
Syntax
C#
public static ScoreInfo CreateScoreForPersona(
	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