Class ClassType
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Type of the DataClassInfo.
public static class ClassType
- Inheritance
-
objectClassType
Fields
CONTENT_TYPE
Class is a content type.
public const string CONTENT_TYPE = "Content"
Field Value
- string
CUSTOMER_JOURNEY
Class is a support table for customer journey.
public const string CUSTOMER_JOURNEY = "CJ"
Field Value
- string
FORM
Class is a form.
public const string FORM = "Form"
Field Value
- string
OTHER
Class type was not specified.
public const string OTHER = "Other"
Field Value
- string
SYSTEM_TABLE
Show class as system table.
public const string SYSTEM_TABLE = "System"
Field Value
- string