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

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

Handles encoding for objects in the document system.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.DocumentDocumentSystemBase
        ContentStudio.DocumentDocumentEncoding

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

public class DocumentEncoding : DocumentSystemBase

The DocumentEncoding type exposes the following members.

Constructors

  NameDescription
Public methodDocumentEncoding
Initializes a new instance of the DocumentEncoding class
Top
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEncodingList
Returns a list of all available encodings
Public methodEncodingList(String)
Returns the encoding for a certain code page.
Public methodEncodingList(String, Int32, String)
Returns the list of encodings available
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetForDocument(ConnectionId, SessionId, DocumentId)
Gets the encoding for an object
Public methodGetForDocument(ConnectionId, SessionId, DocumentId, Int32, String)
Gets the encoding for an object
Public methodGetForObject(ConnectionId, SessionId, Int32, CSFileObjectTypes)
Returns the encoding for a certain file system object.
Public methodGetForObject(ConnectionId, SessionId, String, Int32, String)
Returns the encoding for a certain file system 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 methodSave(ConnectionId, SessionId, String, Int32, String)
Saves a new encoding for an object.
Public methodSave(ConnectionId, SessionId, Int32, CSFileObjectTypes, String, CSApplyLevels)
Saves a new encoding for an object.
Public methodToString (Inherited from Object.)
Top
See Also

Reference