MacroMethodParam Constructor (String, Type, String, Boolean) |
Creates new instance of MacroMethodParam object.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax public MacroMethodParam(
string name,
Type type,
string comment,
bool asExpression
)
Parameters
- 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