ContentStruct
Used to create content.
Name |
Type |
Description |
ContentID |
int |
Unique ID in Docs_ table |
DateCreated |
date |
Date content was created |
Description |
string |
The description of this content |
DocType |
The document type | |
HeaderFrom |
string |
The From: header |
HeaderTo |
string |
The To: header |
IsReadOnly |
boolean |
If true, web interface will not let user change this document in the web interface |
IsTemplate |
boolean |
If true, this content is a template |
NativeTitle |
string |
Title of the document in its native language |
Title |
string |
Title of the document, in English |
Note: Since Microsoft .NET does not support NULL date/times, the date/time "2001-01-01 00:00:00" is considered null.
![]() ![]() |