Click or drag to resize
ExpressionEvaluatorEvaluateMethodCall Method
Evaluates general method call.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
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: Object
See Also