Click or drag to resize
MacroRuleTreeChildren Property
Gets or sets the child rules.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
public List<MacroRuleTree> Children { get; set; }

Property Value

Type: ListMacroRuleTree
See Also