Click or drag to resize
MacroMethodParam Constructor (String, Type, String)
Creates new instance of MacroMethodParam object.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public MacroMethodParam(
	string name,
	Type type,
	string comment
)

Parameters

name
Type: SystemString
Parameter name
type
Type: SystemType
Parameter type
comment
Type: SystemString
Parameter comment
See Also