Click or drag to resize
IMacroMethodParam Interface
Represents method executable in MacroEngine.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
public interface IMacroMethodParam

The IMacroMethodParam type exposes the following members.

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