You are here: Type Reference > Classes and Structs > ContentStruct

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

DocParts ArrayOfDocPart An array of doc parts to be created along with the content

DocType

DocTypeEnum

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

ListName string a list name

NativeTitle

string

Title of the document in its native language. A subject of the content.

SiteName string a site name

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.