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

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

This class is used to facilitate navigation operations between different documents in an indexed document tree.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.Document.IndexedTreeIndexedTreeNavigator

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

public sealed class IndexedTreeNavigator : CSBase

The IndexedTreeNavigator type exposes the following members.

Constructors

  NameDescription
Public methodIndexedTreeNavigator
Initializes a new instance of the IndexedTreeNavigator class
Top
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Public methodGetAbsolute(ConnectionId, SessionId, DocumentId, Int32, Boolean)
This procedure returns a document at the specified position in the tree.
Public methodGetAbsolute(ConnectionId, SessionId, String, Boolean, Int32, String)
This procedure returns a document at the specified position in the tree.
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetNext(ConnectionId, SessionId, DocumentId, Boolean, Boolean)
This procedure returns the next document in the chain. If SiblingsOnly is set only documents on the same level will be returned.
Public methodGetNext(ConnectionId, SessionId, String, Boolean, Int32, String)
This procedure returns the next document in the chain. If SiblingsOnly is set only documents on the same level will be returned.
Public methodGetNextLevel(ConnectionId, SessionId, DocumentId, Boolean, Boolean)
This procedure returns the first document at the next level in the tree.
Public methodGetNextLevel(ConnectionId, SessionId, String, Boolean, Int32, String)
This procedure returns the first document at the next level in the tree.
Public methodGetPrevious(ConnectionId, SessionId, DocumentId, Boolean, Boolean)
This procedure returns the first document at the next level in the tree.
Public methodGetPrevious(ConnectionId, SessionId, String, Boolean, Int32, String)
This procedure returns the first document at the next level in the tree.
Public methodGetPreviousLevel(ConnectionId, SessionId, DocumentId, Boolean, Boolean)
This procedure returns the last document at the previous level in the tree.
Public methodGetPreviousLevel(ConnectionId, SessionId, String, Boolean, Int32, String)
This procedure returns the last document at the previous level in the tree.
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference