MacroExpressionIsFlatOperator Method |
Returns true for operators which can be made flat - without subexpressions (||, &&, +, etc.)
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax protected bool IsFlatOperator(
string op
)
Parameters
- op
- Type: SystemString
Operator to check
Return Value
Type:
BooleanSee Also