ResolveExpressionSettings Class |
Namespace: CMS.MacroEngine
public class ResolveExpressionSettings
The ResolveExpressionSettings type exposes the following members.
Name | Description | |
---|---|---|
ResolveExpressionSettings |
Creates new instance of resolve process settings for given expression.
|
Name | Description | |
---|---|---|
Expression |
Macro expression without {% %} brackets.
| |
KeepObjectsAsResult |
If true, when the result is InfoObject it is the result, if false, object is resolved as its displayname (for backward compatibility).
| |
SkipSecurityCheck |
If true, security check is not performed
| |
SupressParsingError |
If true no exceptions during parsing are thrown.
| |
Type |
Type of the expression (? or $ or %).
|