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

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

Manages previews in the Content Studio administrative interface. This class is intended for internal use only.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.DocumentDocumentSystemBase
        ContentStudio.DocumentDocumentBase
          ContentStudio.DocumentPreviewManager

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

public sealed class PreviewManager : DocumentBase

The PreviewManager type exposes the following members.

Constructors

  NameDescription
Public methodPreviewManager
Initializes a new instance of the PreviewManager class
Top
Methods

  NameDescription
Public methodClearTempfiles
Removes all the temporary files created by the preview functionality and the uploader.
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
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 methodPreview
Creates a temporary file that can be used to preview a Content Studio document draft.
Public methodPreviewDispose
Disposes temporary files after a complete preview.
Public methodRemoveTempFile
Deletes a temporary file create by a former preview
Public methodToString (Inherited from Object.)
Top
See Also

Reference