| MacroRuleTreeAnalyzerCanTreeBeTranslated Method  | 
            Checks whether a macro tree can be translated to a 
DataQuery.
            
 
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntaxpublic static bool CanTreeBeTranslated(
	MacroRuleTree macroRuleTree
)
Parameters
- macroRuleTree
 - Type: CMS.MacroEngineMacroRuleTree
Macro rule tree 
Return Value
Type: 
BooleanTrue when the macro rule tree can be translated to DataQuery
See Also