Resolves the data macro expression (expects expression without {% %} brackets).
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- expression
- Type: System String
Macro expression without {% %} brackets
- keepObjectsAsResult (Optional)
- Type: System Boolean
If true, when the result is InfoObject it is the result, if false, object is resolved as its displayname (for backward compatibility)
- skipSecurityCheck (Optional)
- Type: System Boolean
If true, security check is not performed
- type (Optional)
- Type: System String
Type of the expression (? or $ or %)
Return Value
Type: EvaluationResultSee Also