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

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

This class manages the indexed document trees in Content Studio
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.Document.IndexedTreeIndexedTreeManager

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

public class IndexedTreeManager : CSBase

The IndexedTreeManager type exposes the following members.

Constructors

  NameDescription
Public methodIndexedTreeManager
Initializes a new instance of the IndexedTreeManager class
Top
Methods

  NameDescription
Public methodCreateIndex(ConnectionId, SessionId, DocumentId)
Creates an indexed document tree from the root document. The document must be a root document. If the index already it will be dropped and re-created.
Public methodCreateIndex(ConnectionId, SessionId, String, Int32, String)
Creates an indexed document tree from the root document. The document must be a root document. If the index already it will be dropped and re-created.
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodDeleteIndex(ConnectionId, SessionId, DocumentId)
Deletes an element tree. The specified document must be a root document.
Public methodDeleteIndex(ConnectionId, SessionId, String, Int32, String)
Deletes an element tree. The specified document must be a root document.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetListPageable
Returns a pageable list as an XML document of indexed tree roots (tree id:s) and the number of members in each tree
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodIsIndexedDocument(ConnectionId, SessionId, DocumentId, String)
Checks if a document belongs to an indexed tree.
Public methodIsIndexedDocument(ConnectionId, SessionId, String, String, Int32, String)
Checks if a document belongs to an indexed tree.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodRebuildIndex(ConnectionId, SessionId)
Rebuilds the element tree index for existing indexed tree roots. Used mainly while upgrading or when a system administrator needs to maintain the index.
Public methodRebuildIndex(ConnectionId, SessionId, String, Int32, String)
Rebuilds the element tree index for existing indexed tree roots. Used mainly while upgrading or when a system administrator needs to maintain the index.
Public methodToString (Inherited from Object.)
Top
See Also

Reference