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

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

This class handles browse calls from clients and works only with published data.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.DocumentDocumentBrowser

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

public sealed class DocumentBrowser : CSBase

The DocumentBrowser type exposes the following members.

Constructors

  NameDescription
Public methodDocumentBrowser
Initializes a new instance of the DocumentBrowser class
Top
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Public methodGetBrowseableFilename(ConnectionId, SessionId, DocumentId)
Returns the file that represents a published Content Studio document.
Public methodGetBrowseableFilename(ConnectionId, SessionId, DocumentId, Int32)
Returns the file that represents a published Content Studio document.
Public methodGetBrowseableFilename(ConnectionId, SessionId, DocumentId, NullableDateTime)
Returns the file that represents a published Content Studio document.
Public methodGetBrowseableFilename(ConnectionId, SessionId, DocumentId, NullableDateTime, Int32)
Returns the file that represents a published Content Studio document.
Public methodGetDocumentItem
Reads data about an element/document as a DocumentItemResult. This method is typically used on the website to translate a documentID to the corresponding file-path name.
Public methodGetHashCode (Inherited from Object.)
Public methodGetItem(ConnectionId, SessionId, DocumentId)
Reads data about an element/document but does not return its content. This method is typically used on the website to translate a documentID to the corresponding file-path name.
Public methodGetItem(ConnectionId, SessionId, DocumentId, DocumentId)
Reads data about an element/document but does not return its content. This method is typically used on the website to translate a documentID to the corresponding file-path name.
Public methodGetItem(ConnectionId, SessionId, DocumentId, DateTime)
Reads data about an element/document but does not return its content. This method is typically used on the website to translate a documentID to the corresponding file-path name.
Public methodGetItem(ConnectionId, SessionId, DocumentId, DocumentId, DateTime)
Reads data about an element/document but does not return its content. This method is typically used on the website to translate a documentID to the corresponding file-path name.
Public methodGetItem(ConnectionId, SessionId, String, Int32, String)
Reads data about an element/document but does not return its content. This method is typically used on the website to translate a documentID to the corresponding file-path name.
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodResolve
Resolves a document using one or more identifiers.
Public methodToString (Inherited from Object.)
Top
See Also

Reference