Click or drag to resize
MacroRuleTreeParameters Property
Gets or sets the parameters of the rule (null for internal nodes).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public StringSafeDictionary<MacroRuleParameter> Parameters { get; set; }

Property Value

Type: StringSafeDictionaryMacroRuleParameter
See Also