Click or drag to resize
MacroMethodParam Class
Macro method parameter object.
Inheritance Hierarchy
SystemObject
  CMS.MacroEngineMacroMethodParam

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public class MacroMethodParam : IMacroMethodParam

The MacroMethodParam type exposes the following members.

Constructors
  NameDescription
Public methodMacroMethodParam(String, Type, String)
Creates new instance of MacroMethodParam object.
Public methodMacroMethodParam(String, Type, String, Boolean)
Creates new instance of MacroMethodParam object.
Top
Properties
  NameDescription
Public propertyAsExpression
If true, the parameter is passed to the method as expression (MacroExpression object), not evaluated.
Public propertyComment
Gets or sets a comment for the method.
Public propertyIsParams
If true, the parameter is declared with params keyword.
Public propertyName
Gets or sets the name of the method.
Public propertyType
Gets or sets a return type of the method.
Top
See Also