Evaluates the child expression (uses the same context, does not create a child context).
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- childExpr
- Type: CMS.MacroEngine MacroExpression
Child expression to evaluate
- match
- Type: System Boolean
Returns true if all datamembers used were known (could have been null, but must have been registered)
- securityPassed
- Type: System Boolean
Returns true if the security of the evaluated macro was ok (both integrity and permissions)
Return Value
Type: ObjectSee Also