Click or drag to resize
MacroStaticSettingsDisableParameters Property
If true, macro parameters are ignored and not processed (CMSDisableMacroParameters web.config key is reflected), false by default.

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

Property Value

Type: Boolean
See Also