Click or drag to resize
ResolveExpressionSettings Class
Class containing settings for macro expression resolving process.
Inheritance Hierarchy
SystemObject
  CMS.MacroEngineResolveExpressionSettings

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

The ResolveExpressionSettings type exposes the following members.

Constructors
  NameDescription
Public methodResolveExpressionSettings
Creates new instance of resolve process settings for given expression.
Top
Properties
  NameDescription
Public propertyExpression
Macro expression without {% %} brackets.
Public propertyKeepObjectsAsResult
If true, when the result is InfoObject it is the result, if false, object is resolved as its displayname (for backward compatibility).
Public propertySkipSecurityCheck
If true, security check is not performed
Public propertySupressParsingError
If true no exceptions during parsing are thrown.
Public propertyType
Type of the expression (? or $ or %).
Top
See Also