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.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax 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