EvaluationContext Constructor Kentico 8.0 API Reference
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: 8.0.0.0 (8.0.5239.26125)

Parameters

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