Click or drag to resize
MacroMethodParameters Property
Gets or sets the parameters for the method.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public List<IMacroMethodParam> Parameters { get; set; }

Property Value

Type: ListIMacroMethodParam

Implements

IMacroMethodParameters
See Also