EvaluationResult Class |
Namespace: CMS.MacroEngine
public class EvaluationResult
The EvaluationResult type exposes the following members.
Name | Description | |
---|---|---|
EvaluationResult |
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.
|
Name | Description | |
---|---|---|
ToString |
Returns result to string (returns "null" if result is null).
(Overrides ObjectToString.) |