Click or drag to resize
DataEngineCodeTemplateGeneratorGetInfoCodeTemplateV12 Method
Gets the legacy template for the info class code generation for the specified data class. The legacy template uses version 12 like code.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public static InfoTemplateV12 GetInfoCodeTemplateV12(
	DataClassInfo dataClass
)

Parameters

dataClass
Type: CMS.DataEngineDataClassInfo
Data class

Return Value

Type: InfoTemplateV12
See Also