Click or drag to resize
ExpressionEvaluator Constructor
Constructor.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public ExpressionEvaluator(
	MacroExpression expr,
	EvaluationContext context
)

Parameters

expr
Type: CMS.MacroEngineMacroExpression
Expression to evaluate
context
Type: CMS.MacroEngineEvaluationContext
Evaluation context
See Also