Click or drag to resize
ScoreInfoProviderSetScoreStatusInternal Method
Changes status of the Score and sets it immediately to the database. This method does not log changes to the event log, staging log and export log.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetScoreStatusInternal(
	ScoreInfo score,
	ScoreStatusEnum scoreStatus
)

Parameters

score
Type: CMS.OnlineMarketingScoreInfo
scoreStatus
Type: CMS.OnlineMarketingScoreStatusEnum
See Also