Click or drag to resize
MacroMethodObsoleteAttribute Constructor
Creates new instance of MacroMethodObsoleteAttribute.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
public MacroMethodObsoleteAttribute(
	string message
)

Parameters

message
Type: SystemString
The text that describes alternative workarounds.
See Also