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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual ScoreInfo GetScoreInfoInternal(
	string scoreName,
	string siteName
)

Parameters

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

Return Value

Type: ScoreInfo
See Also