CategoryManager 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 category type of folders in Content Studio
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.DocumentDocumentSystemBase
        ContentStudio.DocumentFolderBase
          ContentStudio.DocumentCategoryManager

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

public class CategoryManager : FolderBase

The CategoryManager type exposes the following members.

Constructors

  NameDescription
Public methodCategoryManager
Initializes a new instance of the CategoryManager class
Top
Methods

  NameDescription
Public methodCreate(ConnectionId, SessionId, String, Int32, String)
Creates a category in Content Studio and in the underlying file system.
Public methodCreate(ConnectionId, SessionId, DocumentTypes, String, CategoryId, UnitId, Boolean, Boolean, DocumentId, DocumentId, String, String, String, CategoryManagerUseMetaSecurity, DocumentId, String)
Creates a category in Content Studio and in the underlying file system.
Public methodCreate(ConnectionId, SessionId, DocumentTypes, String, CategoryId, UnitId, Boolean, Boolean, DocumentId, DocumentId, String, String, String, CategoryManagerUseMetaSecurity, DocumentId, String, NullableInt32, String)
Creates a category in Content Studio and in the underlying file system.
Public methodCreate(ConnectionId, SessionId, DocumentTypes, String, CategoryId, UnitId, Boolean, Boolean, DocumentId, DocumentId, String, String, String, CategoryManagerUseMetaSecurity, DocumentId, String, NullableInt32, String, FolderBaseDocumentFileNamingConvention)
Creates a category in Content Studio and in the underlying file system.
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodDelete(ConnectionId, SessionId, CategoryId)
Deletes a category and removes the corresponding folder in the file system.
Public methodDelete(ConnectionId, SessionId, String, Int32, String)
Deletes a category and removes the corresponding folder in the file system.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodRelocate
Relocates a category from one unit or category to another category or unit
Public methodRename
Renames a category in Content Studio and in the underlying file system.
Public methodSave(ConnectionId, SessionId, String, Int32, String)
Saves a category
Public methodSave(ConnectionId, SessionId, CategoryId, DocumentTypes, Boolean, Boolean, DocumentId, DocumentId, String, String, CategoryManagerUseMetaSecurity, DocumentId, String)
Saves a category
Public methodSave(ConnectionId, SessionId, CategoryId, DocumentTypes, Boolean, Boolean, DocumentId, DocumentId, String, String, CategoryManagerUseMetaSecurity, DocumentId, String, NullableInt32, String)
Saves a category
Public methodSave(ConnectionId, SessionId, CategoryId, DocumentTypes, Boolean, Boolean, DocumentId, DocumentId, String, String, CategoryManagerUseMetaSecurity, DocumentId, String, NullableInt32, String, FolderBaseDocumentFileNamingConvention)
Saves a category
Public methodSaveImageProcessingData(ConnectionId, SessionId, String, Int32, String)
Saves the image processing data to a category that can use image processing.
Public methodSaveImageProcessingData(ConnectionId, SessionId, CategoryId, CategoryManagerImageProcessingLevels, CategoryManagerImageProcessingAlgoritm, CategoryManagerImageProcessingAlgoritm, Boolean, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean, Boolean)
Saves the image processing data to a category that can use image processing.
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberMAX_ALLOWED_FILETYPES_SIZE
Defines the maximum size of the joined file extension members
Public fieldStatic memberMAX_BODYPROPERTIES_SIZE
Defines the maximum size of the body properties data.
Public fieldStatic memberMAX_DESCRIPTION_SIZE
Defines the maximum size of the category description.
Public fieldStatic memberMAX_NAME_SIZE
Defines the maximum size of a category name.
Top
See Also

Reference