Click or drag to resize
ScoreInfoProviderGetScoreInfo Method (String)

Note: This API is now obsolete.

Returns score with specified name.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("This method could return non-deterministic result in case there are ScoreInfo and PersonaInfo with the same code name.Use GetScores() with CodeColumn Where clause instead. In case there exists a persona with the same code name, use ScoreBelongsToPersona flag to determine the correct object.")]
public static ScoreInfo GetScoreInfo(
	string scoreName
)

Parameters

scoreName
Type: SystemString
Score name

Return Value

Type: ScoreInfo
See Also