ExpressionEvaluatorEvaluateChild Method |
Evaluates the child expression (uses the same context, does not create a child context).
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax protected Object EvaluateChild(
MacroExpression childExpr,
ref bool match,
ref bool securityPassed
)
Parameters
- childExpr
- Type: CMS.MacroEngineMacroExpression
Child expression to evaluate - match
- Type: SystemBoolean
Returns true if all data members used were known (could have been null, but must have been registered) - securityPassed
- Type: SystemBoolean
Returns true if the security of the evaluated macro was OK (both integrity and permissions)
Return Value
Type:
ObjectSee Also