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

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

This is the base class for the Content Studio file system classes. Classes that inherit from this base class can call one of its protected methods to accomplish tasks against the database in an efficient way.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.DocumentDocumentSystemBase
        ContentStudio.DocumentDirectiveControl
        ContentStudio.DocumentDocTypeManager
        ContentStudio.DocumentDocumentBase
        ContentStudio.DocumentDocumentEncoding
        ContentStudio.DocumentFolderBase

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

public abstract class DocumentSystemBase : CSBase

The DocumentSystemBase type exposes the following members.

Constructors

  NameDescription
Protected methodDocumentSystemBase
Initializes a new instance of the DocumentSystemBase class
Top
Methods

  NameDescription
Protected methodStatic memberConvertCSFileObjectTypesToShortString
Converts a CSFileObjectTypes to its short string representation that is used internally by the database.
Protected methodStatic memberConvertShortStringToCSFileObjectTypes
Converts the short string format of a Content Studio file system object type to its CSFileObjectTypes type.
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldStatic memberAllowUnicodeFilenames
Determines whether names for folders and filenames supports unicode.
Public fieldStatic memberSTANDARD_DATETIME_FORMAT_STRING
Defines the standard DataTime formatting used.
Top
See Also

Reference