Search Results for

    Show / Hide Table of Contents

    Enum TmImportOption

    Options to specify how the TU should be handled when the same TU already exists in the TM

    Namespace: Sdl.ProjectAutomation.Settings
    Assembly: Sdl.ProjectAutomation.Settings.dll
    Syntax
    public enum TmImportOption

    Fields

    Name Description
    AlwaysAddNewTranslation

    TU are always added as new TUs.

    KeepMostRecentTranslation

    Always keep the most recent TU (based on TU change date).

    LeaveUnchangedTranslation

    If true do not import TU's even if target TU's differ.

    MergeTranslation

    Merges with the previous version of the translation or adds a new translation if no previous version.

    OverwriteExistingTranslation

    Existing translations should be overwritten or not.

    In this article
    • Fields
    Back to top Generated by DocFX