MacroMethodAttribute Constructor |
Creates new MacroMethodAttribute.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntaxpublic MacroMethodAttribute(
Type type,
string comment,
int minimumParameters
)
Parameters
- type
- Type: System.Type
Method return type - comment
- Type: System.String
Comment of the method - minimumParameters
- Type: System.Int32
minimal number of parameters needed by the method
See Also