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

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

This class reads indexed tree structures of document hierarchies.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.Document.IndexedTreeIndexedTreeReader

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

public sealed class IndexedTreeReader : CSBase

The IndexedTreeReader type exposes the following members.

Constructors

  NameDescription
Public methodIndexedTreeReader
Initializes a new instance of the IndexedTreeReader class
Top
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Public methodGetChildren(ConnectionId, SessionId, DocumentId)
Returns the child document of the specified document
Public methodGetChildren(ConnectionId, SessionId, String, Int32, String)
Returns the child document of the specified document
Public methodGetHashCode (Inherited from Object.)
Public methodGetItem(ConnectionId, SessionId, DocumentId)
Returns tree index data for the current document
Public methodGetItem(ConnectionId, SessionId, String, Int32, String)
Returns tree index data for the current document
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetParent(ConnectionId, SessionId, DocumentId)
Returns tree index data for the parent document
Public methodGetParent(ConnectionId, SessionId, String, Int32, String)
Returns tree index data for the parent document
Public methodGetSiblings(ConnectionId, SessionId, DocumentId)
Returns tree index data for all siblings documents
Public methodGetSiblings(ConnectionId, SessionId, String, Int32, String)
Returns tree index data for all sibling documents
Public methodGetTree(ConnectionId, SessionId, DocumentId, IndexedTreeReaderTreeFilter)
Returns tree index data for an entire tree of documents
Public methodGetTree(ConnectionId, SessionId, String, Int32, String)
Returns tree index data for an entire tree of documents
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference