DocTypeManager Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

This class handles document type declarations for a document or returns a list of all declarations supported by Content Studio
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.DocumentDocumentSystemBase
        ContentStudio.DocumentDocTypeManager

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

public class DocTypeManager : DocumentSystemBase

The DocTypeManager type exposes the following members.

Constructors

  NameDescription
Public methodDocTypeManager
Initializes a new instance of the DocTypeManager class
Top
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetForObject(ConnectionId, SessionId, Int32, CSFileObjectTypes)
Returns the doctype in use by a either a document a category, unit or the site root.
Public methodGetForObject(ConnectionId, SessionId, Int32, CSFileObjectTypes, Int32)
Returns the doctype in use by a either a document a category, unit or the site root.
Public methodGetForObject(ConnectionId, SessionId, String, Int32, String)
Returns the doctype in use by a either a document a category, unit or the site root.
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetList
Returns a list of available docTypes i the system.
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodSetForObject(ConnectionId, SessionId, Int32, CSFileObjectTypes, DocTypeManagerDocTypes)
Updates the value of the DocType property for a file system object (Site root, Unit, Category or Document).
Public methodSetForObject(ConnectionId, SessionId, String, Int32, String)
Updates the value of the DocType property for a file system object (Site root, Unit, Category or Document).
Public methodToString (Inherited from Object.)
Top
See Also

Reference