MacroRuleTreeAccept Method |
Accepts an action that gets executed on the whole tree structure.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax public void Accept(
Action<MacroRuleTree> visitorAction
)
Parameters
- visitorAction
- Type: SystemActionMacroRuleTree
See Also