| AccessProtocol |
The method a document is accessed when editied. Supports SharePoint API (Office) and UNC editing. |
| Active |
Defines if the row contains active data. Inactive means logically deleted. |
| AllowCreate |
True if documents of this type can be created from TeamShare UI |
| AllowOpenShared |
True if documents of this type can be edited in SharePoint Shared Edit Mode |
| ChangedBy |
The ID of the user who last edited this data. FK to HH.Users |
| ChangedOn |
The datetime this data was last edited |
| Createdby |
The ID of the user who first created this data. FK to HH.Users |
| CreatedOn |
The datetime this data was first created |
| CultureInfo |
Not used |
| DocumentTypeDescription |
Optional description for a document type |
| DocumentTypeId |
The ID of the type of document (template). FK to HH.DocumentTypes. |
| DocumentTypeName |
The logical name of a document type |
| Extension |
The filename extension of the document |
| Generic |
True if this is the preferred document type when uploading documents with the extension specified in Extension. |
| IconId |
The ID of the Icon that the Web UI will use |
| ImmutableContent |
True if the metadata for documents of this type can be edited, but the actual document can not. Used for e-mails etc. |
| MIMEType |
The MIME Type for this document type. |
| SortOrder |
Number to sort by, for customer specific sorting of the list. |
| TemplateName |
The path to the template for this document type. |
| Version |
The number of times the data was been changed. See the corresponding AUDIT table for full audit trail. |