Search Results for

    Show / Hide Table of Contents

    Enum ImportSettings.NewFieldsOption

    Specifies how the system should react if an import or an add operation would result in a change to the setup (such as implicitly adding unknown fields or field values).

    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public enum ImportSettings.NewFieldsOption

    Fields

    Name Description
    AddToSetup

    The translation unit is processed and unknown user-defined fields are automatically added to the setup.

    Error

    If any translation unit contains an unknown user-defined field an error is thrown.

    Ignore

    The translation unit is processed and unknown user-defined fields are ignored (not added to the setup).

    SkipTranslationUnit

    The translation units containing unknown user-defined fields are skipped.

    In this article
    • Fields
    Back to top Generated by DocFX