Interface ISourceAndTargetFilePreviewController
Base interface for preview controllers that show both the a source and target language file
Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface ISourceAndTargetFilePreviewController
Properties
SourcePreviewFile
Full path to the source language file. This should be set by the
application before the first call to Launch() or
Declaration
TempFileManager SourcePreviewFile { get; set; }
Property Value
Type | Description |
---|---|
TempFileManager |
Remarks
The file is passed through a temporary file manager, which means that it should be deleted automatically when it is no longer needed.
TargetPreviewFile
Full path to the target language file, which should be set by the
application before the first call to Launch() or
Declaration
TempFileManager TargetPreviewFile { get; set; }
Property Value
Type | Description |
---|---|
TempFileManager |
Remarks
The file is passed through a temporary file manager, which means that it should automatically get deleted when no longer needed.