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

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

This class adds new units as well as updates and deletes existing ones
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.DocumentDocumentSystemBase
        ContentStudio.DocumentFolderBase
          ContentStudio.DocumentUnitManager

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

public sealed class UnitManager : FolderBase

The UnitManager type exposes the following members.

Constructors

  NameDescription
Public methodUnitManager
Initializes a new instance of the UnitManager class
Top
Methods

  NameDescription
Public methodCreate(ConnectionId, SessionId, String, Int32, String)
Creates a new unit in Content Studio and in the underlying file system.
Public methodCreate(ConnectionId, SessionId, String, DocumentId, String, String, String, String, String, String, String, String, String)
Creates a new unit in Content Studio and in the underlying file system.
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodDelete(ConnectionId, SessionId, UnitId)
Deletes a unit from Content Studio and the underlying file system
Public methodDelete(ConnectionId, SessionId, String, Int32, String)
Deletes a unit from Content Studio and the underlying file system
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodRename
Renames a unit in Content Studio and in the underlying file system.
Public methodSave(ConnectionId, SessionId, String, Int32, String)
Saves data for a unit. You can choose what properties to update or update all properties of the unit.
Public methodSave(ConnectionId, SessionId, UnitId, DocumentId, String, String, String, String, String, String, String, String)
Saves data for a unit. You can choose what properties to update or update all properties of the unit.
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberMAX_ADDRESS_SIZE
The maximum size of the address property of a unit.
Public fieldStatic memberMAX_CITY_SIZE
The maximum size of the city property of a unit.
Public fieldStatic memberMAX_DESCRIPTION_SIZE
The maximum size of the description property of a unit.
Public fieldStatic memberMAX_EMAIL_SIZE
The maximum size of the email address property of a unit.
Public fieldStatic memberMAX_FAXNUMBER_SIZE
The maximum size of the fax number property of a unit.
Public fieldStatic memberMAX_METADATA_SIZE
The maximum size of the meta data property of a unit.
Public fieldStatic memberMAX_NAME_SIZE
The maximum size of the name of a unit.
Public fieldStatic memberMAX_TELEPHONE_SIZE
The maximum size of the telephone number property of a unit.
Public fieldStatic memberMAX_ZIPCODE_SIZE
The maximum size of the zipcode property of a unit.
Top
See Also

Reference