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

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public MacroMethodParamAttribute(
	int index,
	string name,
	Type type,
	string comment
)

Parameters

index
Type: SystemInt32
Index of the parameter
name
Type: SystemString
Parameter name
type
Type: SystemType
Parameter type
comment
Type: SystemString
Parameter comment
See Also