ContentItemCodeFileGenerator Class |
Creates classes for content items, such as pages or custom table items, and saves them to files using naming conventions.
Generated classes contain properties that correspond to associated data class fields and bring the benefits of strongly typed code such as IntelliSense support.
Only page types, products, custom tables and forms are supported.
Files are organized in hiearchical folder structure with one top-level folder for each supported content type (Pages, Products, CustomTableItems and Forms).
Within each top-level folder there are another folders corresponding to the individual namespaces of the respective data class.
Inheritance Hierarchy
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public static class ContentItemCodeFileGenerator
The ContentItemCodeFileGenerator type exposes the following members.
Properties Remarks
This class is thread safe.
See Also