MacroMethodAttribute Constructor (Type, String, Int32) |
Creates new MacroMethodAttribute.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax 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