DocumentTypes Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Defines the different document types that exists in Content Studio. Document types are also called modules and are connected directly to a document category and applies to all documents within that category. Some of the document types can contain meta data and meta data is anything in an HTML document that surrounds the document body including the body tag itself. This data is always supplied by Content Studio when the document is approved or processed.

Namespace: ContentStudio.Document
Assembly: CS5Interfaces (in CS5Interfaces.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum DocumentTypes
Members

  Member nameValueDescription
None0 No document type is specified. This normally indicates an error.
ActiveScripting1 Defines an active scripting component.
HtmlWithMeta2 Defines an ordinary HTML document. Content Studio always supply these documents with meta data.
HtmlWithoutMeta3 Represents an Html document that does not contain meta data. This kind of document is often used as an include document in a full document.
TextWithMeta4 Defines a text based document that has Html meta data inserted into it.
Text5 Defines a plain text document.
EPT_EditingTemplate6 Defines an Ept editing template.
EPT_Presentation7 Defines an Ept presentation template with meta data. Ept uses these templates when it processes Ept documents for presentation or transformation.
EPT_PresentationNoMetaData8 Defines a Ept presentation template without meta data. This kind of document is often used as an include presentation or transformation in a full document.
EPT_Document9 Defines an Ept documents. These documents are stored as xml with a schema defined by its editing template.
File10 Represents an uploaded file. This type of document are saved as binary data only.
Template11 Defines a type of document that can act as an HTML template for a part of document.
DocumentTemplate12 Defines a document that exists as template for a whole page.
EPT_EditingTemplateNoMetaData13 Defines an Ept editing template without metadata.
See Also

Reference