Click or drag to resize
IContentItemCodeGeneratorCanGenerateItemClass Method
Gets a value indicating whether this instance can generate content item class for the specified data class.

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

Parameters

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

Return Value

Type: Boolean
True, if this instance can generate content item class for the specified data class; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionData class is null.
See Also