Enum ExportFileVersion
Represents the possible file versions that can be exported using the Export Files task.
Namespace: Sdl.ProjectAutomation.Settings
Assembly: Sdl.ProjectAutomation.Settings.dll
Syntax
public enum ExportFileVersion
Remarks
The settings for the Export Files task can be specified using the ExportFilesSettings settings group.
Fields
Name | Description |
---|---|
Bilingual | The SDLXLIFF file version, if it exists. |
Current | The current file version. Depending on which state the file is in, this could be the native or the bilingual (SDLXLIFF) file version. |
Native | The native file verion is exported. For source files, this is the original source file in its original native format, for target files it is the generated native target file in its original native format, if it's available. |