| MacroMethodParamAttribute Constructor (Int32, String, Type, String) | 
            Creates new instance of MacroMethodParam object.
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntaxpublic 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