Click or drag to resize
MacroCompatibilityTransformToDataMacros Method (BaseInfo, Boolean)
Loops through all text columns of given info and transforms all old macros to new K# version.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public static void TransformToDataMacros(
	BaseInfo info,
	bool saveObject
)

Parameters

info
Type: CMS.DataEngineBaseInfo
Info object to process
saveObject
Type: SystemBoolean
If set to true, than saves the object to DB if any macro was transformed.
See Also