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

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

Defines the available DocTypes declarations that can be applied on a Content Studio document system object.

Namespace: ContentStudio.Document
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum DocTypes
Members

  Member nameValueDescription
Inherited0 The DocType declaration is inherited from its parent object
None1 No DocType declaration is applied on this object and its inheriting child objects.
HTML4_Transitional10 The object and its inheriting objects use the HTML 4.01 Transitional DocType declaration. This is an advanced declaration.
HTML4_TransitionalURL11 The object and its inheriting objects use the HTML 4.01 Transitional with URL DocType declaration. This is an advanced declaration.
HTML4_Strict12 The object and its inheriting objects use the HTML 4.01 Strict DocType declaration. This is an advanced declaration.
HTML4_StrictURL13 The object and its inheriting objects use the HTML 4.01 Strict with URL DocType declaration. This is an advanced declaration.
HTML4_Frameset14 The object and its inheriting objects use the HTML 4.01 Frameset DocType declaration. This is an advanced declaration.
HTML4_FramesetUrl15 The object and its inheriting objects use the HTML 4.01 Frameset with URL DocType declaration. This is an advanced declaration.
XHTML_1_0_Strict20 The object and its inheriting objects use the XHTML 1.0 Strict DocType declaration. This is an advanced declaration.
XHTML_1_0_Transitional21 The object and its inheriting objects use the XHTML 1.0 Transitional DocType declaration. This is an advanced declaration.
XHTML_1_0_Frameset22 The object and its inheriting objects use the XHTML 1.0 Frameset DocType declaration. This is an advanced declaration.
XHTML_1_123 The object and its inheriting objects use the XHTML 1.1 DocType declaration. This is an advanced declaration.
NoneXhtmlTransitional24 The object and its inheriting objects use the Xhtml empty declaration. This is an advanced declaration.
Html525 The object and its inheriting objects use the Html 5 DocType declaration.
XhtmlRdFa1026 The object and its inheriting objects use the XHTML+RDFa 1.0 DocType declaration. This is an advanced declaration.
XhtmlRdFa1127 The object and its inheriting objects use the XHTML+RDFa 1.1 DocType declaration. This is an advanced declaration.
See Also

Reference