Click or drag to resize
MacroMethodSpecialParameters Property
Gets or sets the list of special parameters needed to be supplied by resolver.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
public string[] SpecialParameters { get; set; }

Property Value

Type: String

Implements

IMacroMethodSpecialParameters
See Also