Click or drag to resize
EvaluationResult Class
Context for macro expression evaluation.
Inheritance Hierarchy
SystemObject
  CMS.MacroEngineEvaluationResult

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public class EvaluationResult

The EvaluationResult type exposes the following members.

Constructors
  NameDescription
Public methodEvaluationResult
Top
Properties
  NameDescription
Public propertyContextUsed
Evaluation context used to get this result.
Public propertyMatch
Gets or sets the parent context (null if the context was created by constructor).
Public propertyResult
Result of the expression evaluation
Public propertySecurityPassed
Determines whether the security check passed (if the user and hash parameters correspond to the given expression and if the user has sufficient permission).
Public propertySkipped
This will be true if the evaluation process was skiped because the resolver used had different name than required resolver.
Top
Methods
See Also