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