Click or drag to resize
MacroExpressionIsFlatOperator Method
Returns true for operators which can be made flat - without subexpressions (||, &&, +, etc.)

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected bool IsFlatOperator(
	string op
)

Parameters

op
Type: SystemString
Operator to check

Return Value

Type: Boolean
See Also