forked from RWS/studio-api-docs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.yml
More file actions
173 lines (173 loc) · 6.5 KB
/
Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.yml
File metadata and controls
173 lines (173 loc) · 6.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
### YamlMime:ManagedReference
items:
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
commentId: T:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
id: AutomaticTaskFileType
parent: Sdl.ProjectAutomation.AutomaticTasks
children:
- Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualSource
- Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualTarget
- Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeSource
- Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeTarget
- Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.None
langs:
- csharp
- vb
name: AutomaticTaskFileType
nameWithType: AutomaticTaskFileType
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
type: Enum
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: Enum values for the task file type.
example: []
syntax:
content: public enum AutomaticTaskFileType
content.vb: Public Enum AutomaticTaskFileType
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.None
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.None
id: None
parent: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
langs:
- csharp
- vb
name: None
nameWithType: AutomaticTaskFileType.None
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.None
type: Field
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: No task file type. Can be used to express that a task does not produce any new versions of its input files.
example: []
syntax:
content: None = 0
return:
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeSource
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeSource
id: NativeSource
parent: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
langs:
- csharp
- vb
name: NativeSource
nameWithType: AutomaticTaskFileType.NativeSource
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeSource
type: Field
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: A native source file, i.e. a file in its native format, which is associated with the project's source language.
example: []
syntax:
content: NativeSource = 1
return:
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualSource
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualSource
id: BilingualSource
parent: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
langs:
- csharp
- vb
name: BilingualSource
nameWithType: AutomaticTaskFileType.BilingualSource
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualSource
type: Field
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: A bilingual source file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's source language.
example: []
syntax:
content: BilingualSource = 2
return:
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualTarget
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualTarget
id: BilingualTarget
parent: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
langs:
- csharp
- vb
name: BilingualTarget
nameWithType: AutomaticTaskFileType.BilingualTarget
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualTarget
type: Field
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: A bilingual target file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's target language.
example: []
syntax:
content: BilingualTarget = 3
return:
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeTarget
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeTarget
id: NativeTarget
parent: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
langs:
- csharp
- vb
name: NativeTarget
nameWithType: AutomaticTaskFileType.NativeTarget
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeTarget
type: Field
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: 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.
example: []
syntax:
content: NativeTarget = 4
return:
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
references:
- uid: Sdl.ProjectAutomation.AutomaticTasks
commentId: N:Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
href: Sdl.html
name: Sdl.ProjectAutomation.AutomaticTasks
nameWithType: Sdl.ProjectAutomation.AutomaticTasks
fullName: Sdl.ProjectAutomation.AutomaticTasks
spec.csharp:
- uid: Sdl
name: Sdl
isExternal: true
href: Sdl.html
- name: .
- uid: Sdl.ProjectAutomation
name: ProjectAutomation
isExternal: true
href: Sdl.ProjectAutomation.html
- name: .
- uid: Sdl.ProjectAutomation.AutomaticTasks
name: AutomaticTasks
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.html
spec.vb:
- uid: Sdl
name: Sdl
isExternal: true
href: Sdl.html
- name: .
- uid: Sdl.ProjectAutomation
name: ProjectAutomation
isExternal: true
href: Sdl.ProjectAutomation.html
- name: .
- uid: Sdl.ProjectAutomation.AutomaticTasks
name: AutomaticTasks
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.html
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
commentId: T:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
parent: Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.html
name: AutomaticTaskFileType
nameWithType: AutomaticTaskFileType
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType