Click or drag to resize

RecognitionExpressionEvaluate Method

Evaluates the given recognition expression and returns the amount of points is gained to the given visit.

Namespace:  Dynamicweb.Analytics.Profiles.Recognition
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public int Evaluate(
	RecognitionRuleContext context
)

Parameters

context
Type: Dynamicweb.Analytics.Profiles.RecognitionRecognitionRuleContext
Recognition context.

Return Value

Type: Int32
The amount of points is gained to the given visit.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontext is null.
ArgumentExceptionThe VisitorData or Profile property of the context is not initialized.
See Also