| EvaluationResult Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.MacroEngine
 Syntax
Syntaxpublic class EvaluationResult
The EvaluationResult type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | EvaluationResult | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ContextUsed | 
            Evaluation context used to get this result.
             | 
|  | Match | 
            Gets or sets the parent context (null if the context was created by constructor).
             | 
|  | Result | 
            Result of the expression evaluation
             | 
|  | SecurityPassed | 
            Determines whether the security check passed (if the user and hash parameters correspond to the given expression and if the user has sufficient permission).
             | 
|  | Skipped | 
            This will be true if the evaluation process was skiped because the resolver used had different name than required resolver.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ToString | 
            Returns result to string (returns "null" if result is null).
            (Overrides ObjectToString.) | 
 See Also
See Also