ContentTypes
Primary Key
| Primary Key | Field Type | 
|---|---|
| ID | int | 
Fields
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| Name | nvarchar(128) | |||
| DesktopSrc | nvarchar(256) | |||
| MobileSrc | nvarchar(256) | |||
| EditControl | nvarchar(256) | yes | ||
| ClassName | nvarchar(256) | yes | Default = N'Content' | |
| ListControl | nvarchar(256) | yes | ||
| Static | bit | Default = 0 | ||
| AutoInstall | bit | Default = -1 | ||
| Hidden | bit | Default = 0 | ||
| UniqueContent | bit | Default = 0 | ||
| RequiresSSL | bit | yes | ||
| Description | nvarchar(500) | yes | ||
| CanCopy | bit | Default = '0' | ||
| Custom | bit | yes | ||
| IsReport | bit | Default = 0 | ||
| RealmTypeId | int | Default = 0 | ||
| CustomPD | bit | Default = 0 | ||
| MailKey | nvarchar(25) | yes | ||
| VersioningSupported | bit | Default = 0 | ||
| Deprecated | bit | Default = 0 | ||
| SupportsLimitedConnectivity | bit | yes | ||
| Flag | varbinary | yes | ||
| CanShare | bit | Default = 0 | ||
| CanUpdate | bit | Default = 0 | ||
| DISPLAYSCRIPT | nvarchar(max) | yes | ||
| EDITORSCRIPT | nvarchar(max) | yes | ||
| INITIALIZEFUNCTION | nvarchar(255) | yes | ||
| ISSCRIPTTYPE | bit | Default = 0 | 
Indexes
| Index Name | Fields | Unique | Primary | Clustered | 
|---|---|---|---|---|
| IX_ContentTypes_ID_Name | ID, Name | |||
| PK_ModuleDefinitions | ID | yes | yes | 
Referenced by
| Referenced by | Field | 
|---|---|
| ClientContentTypes | ContentTypesID | 
| CMSSECURITYGROUPCONTENTTYPE | CONTENTTYPEID | 
| ContentTabs | ContentTypesID | 
| CONTENTTYPECATEGORIZATION | CONTENTTYPESID | 
| FAFHELPCONFIG | CONTENTTYPESID | 
| ReportPanel | ContentTypesID | 
| Workflow | ContentTypesID |