Click or drag to resize
MacroMethodMinimumParameters Property
Gets or sets the minimal number of parameters needed by the method.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public int MinimumParameters { get; set; }

Property Value

Type: Int32

Implements

IMacroMethodMinimumParameters
See Also