Click or drag to resize
EvaluationContext Constructor
Creates new EvaluationContext which takes the default values from resolver. Note that these can be modified during evaluation process via macro parameters.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public EvaluationContext(
	MacroResolver resolver,
	string originalExpression,
	string expressionType = "%"
)

Parameters

resolver
Type: CMS.MacroEngineMacroResolver
Resolver which is used for the evaluation
originalExpression
Type: SystemString
Original expression which is being evaluated
expressionType (Optional)
Type: SystemString
Type of the expression being evaluated (% or $ or ?)
See Also