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

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

Property Value

Type: List<IMacroMethodParam>

Implements

IMacroMethod.Parameters
See Also