IContentItemCodeGeneratorCanGenerateItemProviderClass Method |
Gets a value indicating whether this instance can generate content item provider class for the specified data class.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax bool CanGenerateItemProviderClass(
DataClassInfo dataClass
)
Parameters
- dataClass
- Type: CMS.DataEngineDataClassInfo
The data class for which code should be generated.
Return Value
Type:
BooleanTrue, if this instance can generate content item provider class for the specified data class; otherwise, false.
Exceptions See Also