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

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
public MacroMethodsMovedFromNamespaceAttribute(
	string oldNamespace,
	string obsoleteMessage
)

Parameters

oldNamespace
Type: SystemString
Old namespace where the macro method was defined.
obsoleteMessage
Type: SystemString
The text that describes alternative workarounds.
See Also