Table of Contents

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 = 2

Throw an exception if a translation unit with the same identifier already exists.

SkipExisting = 0

Skip the operation if a translation unit with the same identifier already exists.

UpdateExisting = 1

Update the existing translation unit with the new source and target values.