| MacroMethodParamAttribute Constructor (Int32, String, Type, String, Boolean) | 
            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,
	bool asExpression
)
Parameters
- index
 - Type: SystemInt32
Index of the parameter - name
 - Type: SystemString
Parameter name - type
 - Type: SystemType
Parameter type - comment
 - Type: SystemString
Parameter comment - asExpression
 - Type: SystemBoolean
If true, the parameter is passed to the method as expression (MacroExpression object), not evaluated 
See Also