Enum XlfFile.AddMode
- Namespace
- SunamoXliffParser
- Assembly
- SunamoXliffParser.dll
Specifies the behavior when adding a translation unit that already exists.
public enum XlfFile.AddMode
- Extension Methods
Fields
FailIfExists = 2Throw an exception if a translation unit with the same identifier already exists.
SkipExisting = 0Skip the operation if a translation unit with the same identifier already exists.
UpdateExisting = 1Update the existing translation unit with the new source and target values.