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