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

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

This class reads tree structures of the containers.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.DocumentDocumentSystemBase
        ContentStudio.DocumentFolderBase
          ContentStudio.DocumentFolderReader

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

public class FolderReader : FolderBase

The FolderReader type exposes the following members.

Constructors

  NameDescription
Public methodFolderReader
Initializes a new instance of the FolderReader class
Top
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetChildContainers(ConnectionId, SessionId, Int32, FolderBaseCSFileFolderTypes, FolderReaderFolderSortOrder, Int32)
Returns a list of containers that exist within another container
Public methodGetChildContainers(ConnectionId, SessionId, String, Int32, Int32, String)
Returns a list of containers that exist within another container.
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetReverseCategoryTree(ConnectionId, SessionId, CategoryId, Boolean)
Traverses backwards through the tree of categories starting with a specified category
Public methodGetReverseCategoryTree(ConnectionId, SessionId, String, Int32, String)
Traverses backwards through the tree of categories starting with a specified category
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference