IContentItemCodeFileGeneratorGenerateFiles Method (DataClassInfo, String) |
Creates classes for the specified data classes and saves them to files within the specified folder using naming conventions.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax void GenerateFiles(
DataClassInfo dataClass,
string baseFolderPath
)
Parameters
- dataClass
- Type: CMS.DataEngineDataClassInfo
An enumerable collection of data class for which code files should be created. - baseFolderPath
- Type: SystemString
A path to the folder where code files should be created using naming conventions.
Exceptions See Also