Click or drag to resize
ExpressionEvaluatorEvaluateInternal Method
Evaluates the expression and returns the result.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected Object EvaluateInternal(
	ref bool match,
	ref bool securityPassed
)

Parameters

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: Object
See Also