Interface ISingleFilePreviewController
Base interface for preview controllers that take single files as input
Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
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 IAbstractPreviewControl.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.