Click or drag to resize
ScoreInfoProviderMarkScoreAsRecalculationRequired Method
Marks score object as recalculation required. 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#
public static void MarkScoreAsRecalculationRequired(
	ScoreInfo score
)

Parameters

score
Type: CMS.OnlineMarketingScoreInfo
Score info object
Exceptions
ExceptionCondition
ArgumentNullExceptionscore is null
See Also