Click or drag to resize
MacroMethodsMovedFromNamespaceAttribute Class
Marks the macro methods old namespace and sets the obsolete message for usages with old namespace.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.MacroEngineMacroMethodsMovedFromNamespaceAttribute

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

The MacroMethodsMovedFromNamespaceAttribute type exposes the following members.

Constructors
  NameDescription
Public methodMacroMethodsMovedFromNamespaceAttribute
Creates new instance of MacroMethodsMovedFromNamespaceAttribute.
Top
Properties
  NameDescription
Public propertyObsoleteMessage
The workaround message.
Public propertyOldNamespace
Old namespace where the macro method was defined.
Top
See Also