Click or drag to resize
MacroCompatibilityTransformToDataMacros Method (IEnumerableString)
Loops through all the objects ofgiven object types and transforms the macros to data macros.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public static void TransformToDataMacros(
	IEnumerable<string> objectTypes
)

Parameters

objectTypes
Type: System.Collections.GenericIEnumerableString
Object types to process
See Also