Summary of the "lyrLookupWebDocTypes" fields in ListManager
The lyrLookupWebDocTypes table holds type information that is referenced by the lyrWebDocs table.
Primary key: WebDocTypeID
Field Name |
Description |
Version Added |
WebDocTypeID |
A unique ID for this record (int, identity, NOT NULL) |
|
Title |
The title of this document type. This is only used by the administrator's web interface for identification and is not visible to the user. (varchar(60), NOT NULL) |
|
Descript |
A description for this document type. This is only informational and is only visible to administrators in the web interface. (varchar(120), NULL) |
|