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
The file is passed through a temporary file manager, which means that it should be deleted automatically when it is no longer needed.