Represents the possible file versions that can be exported using the Export Files task.

Namespace: Sdl.ProjectAutomation.Settings
Assembly: Sdl.ProjectAutomation.Settings (in Sdl.ProjectAutomation.Settings.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
public enum ExportFileVersion
Visual Basic
Public Enumeration ExportFileVersion
Visual C++
public enum class ExportFileVersion

Members

Member nameValueDescription
Native0 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.
Bilingual1 The SDLXLIFF file version, if it exists.
Current2 The current file version. Depending on which state the file is in, this could be the native or the bilingual (SDLXLIFF) file version.

Remarks

The settings for the Export Files task can be specified using the ExportFilesSettings settings group.

See Also