| MacroExpressionMakeFlatter Method | 
            Modifies the syntactic tree of the expression to the flat structure. Changes expressions like "(a || b) || c" to "a || b || c", etc.
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic void MakeFlatter()
 See Also
See Also