Click or drag to resize
MacroRuleTreeAnalyzerCanTreeBeTranslated Method
Checks whether a macro tree can be translated to a DataQuery.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static bool CanTreeBeTranslated(
	MacroRuleTree macroRuleTree
)

Parameters

macroRuleTree
Type: CMS.MacroEngineMacroRuleTree
Macro rule tree

Return Value

Type: Boolean
True when the macro rule tree can be translated to DataQuery
See Also