Enum AutomaticTaskFileType
Enum values for the task file type.
Namespace: Sdl.ProjectAutomation.AutomaticTasks
Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
Syntax
public enum AutomaticTaskFileType
Fields
| Name | Description |
|---|---|
| BilingualSource | A bilingual source file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's source language. |
| BilingualTarget | A bilingual target file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's target language. |
| NativeSource | A native source file, i.e. a file in its native format, which is associated with the project's source language. |
| NativeTarget | A native target file, i.e. a file associated with the project's target language after it has been converted back to its native format. |
| None | No task file type. Can be used to express that a task does not produce any new versions of its input files. |