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: 8.2.23
Syntax
C#
public string[] SpecialParameters { get; set; }

Property Value

Type: String

Implements

IMacroMethodSpecialParameters
See Also