Click or drag to resize
MacroRuleTreeAccept Method
Accepts an action that gets executed on the whole tree structure.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public void Accept(
	Action<MacroRuleTree> visitorAction
)

Parameters

visitorAction
Type: SystemActionMacroRuleTree
See Also