Click or drag to resize
DataEngineCodeTemplateGeneratorGetInfoCodeTemplate Method
Gets the template for the info class code generation for the specified data class.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static InfoTemplate GetInfoCodeTemplate(
	DataClassInfo dataClass
)

Parameters

dataClass
Type: CMS.DataEngineDataClassInfo
Data class

Return Value

Type: InfoTemplate
See Also