MacroRuleTreeAnalyzerCanTreeBeTranslated Method |
Checks whether a macro tree can be translated to a
DataQuery.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
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