Creates new instance of MacroMethodParam object.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- name
- Type: System String
Parameter name
- type
- Type: System Type
Parameter type
- comment
- Type: System String
Parameter comment
- asExpression
- Type: System Boolean
If true, the parameter is passed to the method as expression (MacroExpression object), not evaluated
See Also