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

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

The IndexedTreeManager type exposes the following members.

Methods

  Name Description
Public method CreateIndex(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 method CreateIndex(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 method CreateObjRef (Inherited from MarshalByRefObject.)
Public method DeleteIndex(ConnectionId, SessionId, DocumentId)
Deletes an element tree. The specified document must be a root document.
Public method DeleteIndex(ConnectionId, SessionId, String, Int32, String)
Deletes an element tree. The specified document must be a root document.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetListPageable
Returns a pageable list as an XML document of indexed tree roots (tree id:s) and the number of members in each tree
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method IsIndexedDocument(ConnectionId, SessionId, DocumentId, String)
Checks if a document belongs to an indexed tree.
Public method IsIndexedDocument(ConnectionId, SessionId, String, String, Int32, String)
Checks if a document belongs to an indexed tree.
Protected method MemberwiseClone (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method RebuildIndex(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 method RebuildIndex(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 method ToString (Inherited from Object.)
Top
See Also

Reference