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.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public static void MarkScoreAsRecalculationRequired(
	ScoreInfo score
)

Parameters

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