ExpressionEvaluatorEvaluateMethodCall Method |
Evaluates general method call.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax public Object EvaluateMethodCall(
ref bool match,
ref bool securityPassed
)
Parameters
- match
- Type: SystemBoolean
Determines whether all the necessary objects for evaluation were present - securityPassed
- Type: SystemBoolean
Returns true if the security of the evaluated macro was OK (both integrity and permissions)
Return Value
Type:
ObjectSee Also