Click or drag to resize
MacroCompatibility Class

Note: This API is now obsolete.

Class with methods which convert old (not supported) macro types (and parameters) to equivalent new K# macros.
Inheritance Hierarchy
SystemObject
  CMS.MacroEngineMacroCompatibility

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Class will be removed.")]
public static class MacroCompatibility
Methods
  NameDescription
Public methodStatic memberTransformToDataMacros(IEnumerableString)
Loops through all the objects ofgiven object types and transforms the macros to data macros.
Public methodStatic memberTransformToDataMacros(BaseInfo, Boolean)
Loops through all text columns of given info and transforms all old macros to new K# version.
Top
See Also