Click or drag to resize
ScoreInfoProviderGetScoreInfo Method (String, String)
Returns score with specified name.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static ScoreInfo GetScoreInfo(
	string scoreName,
	string siteName
)

Parameters

scoreName
Type: SystemString
Score name
siteName
Type: SystemString
Site name

Return Value

Type: ScoreInfo
See Also