Click or drag to resize
MacroMethodAttribute Class
Adds action to the page.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.MacroEngineMacroMethodAttribute

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public class MacroMethodAttribute : Attribute

The MacroMethodAttribute type exposes the following members.

Constructors
  NameDescription
Public methodMacroMethodAttribute
Default constructor.
Public methodMacroMethodAttribute(Type, String, Int32)
Creates new MacroMethodAttribute.
Top
Properties
  NameDescription
Public propertyComment
Comment of the macro method.
Public propertyIsHidden
If true, the method won't be visible in IntelliSense (but will be normally executed when called).
Public propertyMinimumParameters
Gets or sets the minimal number of parameters needed by the method.
Public propertyName
Name of the macro method.
Public propertySnippet
Gets or sets a code snippet which is used in AutoCompletion when TAB is pressed (for determining the cursor position use pipe).
Public propertySpecialParameters
Gets or sets the list of special parameters needed to be supplied by resolver.
Public propertyType
Gets or sets a return type of the method.
Top
See Also