Click or drag to resize
MacroMethodAttribute Constructor (Type, String, Int32)
Creates new MacroMethodAttribute.

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

Parameters

type
Type: SystemType
Method return type
comment
Type: SystemString
Comment of the method
minimumParameters
Type: SystemInt32
minimal number of parameters needed by the method
See Also