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

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

This class contains methods for reading data about categories
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.DocumentDocumentSystemBase
        ContentStudio.DocumentFolderBase
          ContentStudio.DocumentCategoryReader

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

public class CategoryReader : FolderBase

The CategoryReader type exposes the following members.

Constructors

  NameDescription
Public methodCategoryReader
Initializes a new instance of the CategoryReader class
Top
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetCategoriesByIdList(ConnectionId, SessionId, Int32)
Reads category information for a list of categories where the caller has CREATE permission.
Public methodGetCategoriesByIdList(ConnectionId, SessionId, String, Int32, String)
Reads category information from a category id list.
Public methodGetCategoriesInUnit(ConnectionId, SessionId, UnitId)
Returns a list of all categories including subcategories in a unit.
Public methodCode exampleGetCategoriesInUnit(ConnectionId, SessionId, UnitId, String)
Returns a filtered list of categories including subcategories in a unit.
Public methodGetCategoriesInUnit(ConnectionId, SessionId, String, Int32, String)
Returns a list of all categories including subcategories in a unit.
Public methodGetCategoryList(ConnectionId, SessionId, CategoryId, FolderReaderFolderSortOrder)
Returns a list of categories within another category. Subcontainers below the first level are excluded.
Public methodGetCategoryList(ConnectionId, SessionId, UnitId, FolderReaderFolderSortOrder)
Returns a list of categories within a unit. Subcontainers below the first level are excluded.
Public methodGetCategoryList(ConnectionId, SessionId, String, Int32, String)
Returns a list of categories within another container. Subcontainers below the first level are excluded.
Public methodGetCategoryList(ConnectionId, SessionId, Int32, FolderBaseCSFileFolderTypes, FolderReaderFolderSortOrder, Int32)
Returns a list of categories within another container. Subcontainers below the first level are excluded.
Public methodGetDocumentType
Returns information about the type of documents a Content Studio category can contain.
Public methodGetHashCode (Inherited from Object.)
Public methodGetImageProcessingData(ConnectionId, SessionId, CategoryId)
Returns details about Image Processing settings for a single category.
Public methodGetImageProcessingData(ConnectionId, SessionId, String, Int32, String)
Returns details about Image Processing settings for a single category.
Public methodGetItem(ConnectionId, SessionId, CategoryId)
Returns detailed information about a category.
Public methodGetItem(ConnectionId, SessionId, String, Int32, String)
Returns detailed information about a category.
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodCode exampleGetProperties
Returns selected properties of a Content Studio category.
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodResolve
Resolves a category using one or more identifiers. This method is new in Content Studio 5.2.
Public methodToString (Inherited from Object.)
Top
See Also

Reference