Click or drag to resize
IContentItemCodeGeneratorGenerateItemProviderClass Method
Generates content item provider class for the specified data class and returns it.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 10.0.0
Syntax
C#
string GenerateItemProviderClass(
	DataClassInfo dataClass
)

Parameters

dataClass
Type: CMS.DataEngineDataClassInfo
The data class for which code should be generated.

Return Value

Type: String
Content item provider class for the specified data class.
Exceptions
ExceptionCondition
ArgumentNullExceptionData class is null.
ArgumentExceptionThe specified data class is not supported.
See Also