Table of Contents

Class MacroMethodObsoleteAttribute

Namespace
CMS.MacroEngine
Assembly
CMS.MacroEngine.dll

Marks the macro methods that are no longer in use.

[AttributeUsage(AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
public sealed class MacroMethodObsoleteAttribute : Attribute
Inheritance
object
Attribute
MacroMethodObsoleteAttribute
Extension Methods

Constructors

MacroMethodObsoleteAttribute(string)

Creates new instance of MacroMethodObsoleteAttribute.

public MacroMethodObsoleteAttribute(string message)

Parameters

message string

The text that describes alternative workarounds.

Properties

Message

The workaround message.

public string Message { get; }

Property Value

string