Click or drag to resize
MacroMethodObsoleteAttribute Class
Marks the macro methods that are no longer in use.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.MacroEngineMacroMethodObsoleteAttribute

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
public sealed class MacroMethodObsoleteAttribute : Attribute

The MacroMethodObsoleteAttribute type exposes the following members.

Constructors
  NameDescription
Public methodMacroMethodObsoleteAttribute
Creates new instance of MacroMethodObsoleteAttribute.
Top
Properties
  NameDescription
Public propertyMessage
The workaround message.
Top
See Also