Click or drag to resize
ContentItemCodeGenerator Class
Provides classes for content items, such as pages or custom table items, to facilitate their usage in code. 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.
Inheritance Hierarchy
SystemObject
  CMS.FormEngineContentItemCodeGenerator

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

The ContentItemCodeGenerator type exposes the following members.

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