MacroMethodsMovedFromNamespaceAttribute Constructor |
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax 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