Search Results for

    Show / Hide Table of Contents

    Interface ISingleFilePreviewController

    Base interface for preview controllers that take single files as input

    Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface ISingleFilePreviewController

    Properties

    PreviewFile

    Full path to the file that should be displayed in the preview

    Declaration
    TempFileManager PreviewFile { get; set; }
    Property Value
    Type Description
    TempFileManager
    Remarks

    The host application sets this path after generating the preview file before calling Refresh() or Launch() in order to display the file.

    The file is passed through a temporary file manager, which means that it should be deleted automatically when it is no longer needed.

    On this page

    • Properties
      • PreviewFile
    Back to top Generated by DocFX