Click or drag to resize
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
SystemObject
  CMS.FormEngineContentItemCodeFileGenerator

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public static class ContentItemCodeFileGenerator

The ContentItemCodeFileGenerator type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberInternal
Gets the current instance of the code file generator. This is an internal feature that might be removed in the next major version.
Top
Remarks
This class is thread safe.
See Also