Field Name
|
Description
|
Version Added
|
Created_
|
Date document was created (smalldatetime, NULL)
|
|
Desc_
|
The author's description for this content. (varchar(100), NULL)
|
|
DocID_
|
Unique document ID (int, identity, NOT NULL)
|
|
DocType_
|
Type of the document, reference to doctypes_ table. (varchar(20) NOT NULL)
|
|
EnableWysiwygEditor
|
Whether this document should have the HTML editor enabled by default. (bool, 'F' is default)
|
Added in 8.1
|
IsReadOnly_
|
If true, web interface will not let user change this document. (bool)
|
|
IsTemplate_
|
Is this document a template? (bool)
|
|
HdrFrom_
|
The from header argument that should be sent when delivered via SMTP. (varchar(200) NULL)
|
|
HdrTo_
|
The to header argument that should be sent when delivered via SMTP. (varchar(200) NULL)
|
|
NativTitle_
|
Title of the document, in its native language (varchar(200), NULL)
|
|
Site_
|
Name of site this document belongs to. This field can be a sitename, a listname (in the form of "list:listname"),
or "all" to designate a server-level document (varchar(66), NOT NULL)
|
|
TemplateDocID_
|
DocID_ of template if this is content. (int, NOT NULL)
|
9.2
|
Title_
|
Title of the document, in English (varchar(200), NOT NULL)
|
|
TrackAllUrls_
|
Should URLs in this template/content be tracked. (bool)
|
9.2
|