Click or drag to resize
MacroStaticSettingsMaxMacroNodes Property
Determines how many properties can be displayed in AutoCompletion and MacroTree controls. Reflects global setting CMSMaxMacroNodes from web.config.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public static int MaxMacroNodes { get; set; }

Property Value

Type: Int32
See Also