MacroRuleTreeAnalyzerCanTreeBeTranslated Method |
Checks whether a macro tree can be translated to a
DataQuery.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public 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