Click or drag to resize
DataEngineCodeTemplateGeneratorGetInfoProviderCodeTemplateV12 Method
Gets the legacy template for the info provider 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 InfoProviderTemplateV12 GetInfoProviderCodeTemplateV12(
	DataClassInfo dataClass
)

Parameters

dataClass
Type: CMS.DataEngineDataClassInfo
Data class

Return Value

Type: InfoProviderTemplateV12
See Also