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

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

Property Value

Type: ListIMacroMethodParam
See Also