Search Results for

    Show / Hide Table of Contents

    Class ImportSettings

    Inheritance
    System.Object
    ImportSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class ImportSettings

    Constructors

    ImportSettings()

    Declaration
    public ImportSettings()

    Fields

    DefaultTagCountLimit

    Declaration
    public static readonly int DefaultTagCountLimit
    Field Value
    Type Description
    System.Int32

    Properties

    AcronymsAutoSubstitution

    Declaration
    [Obsolete("This flag is now ignored. If Acronym recognizer is enabled for a TM, Acronym auto-substitution will always be enabled during import (just like other recognizers).")]
    public bool AcronymsAutoSubstitution { get; set; }
    Property Value
    Type Description
    System.Boolean

    AlignmentQuality

    Declaration
    public int AlignmentQuality { get; set; }
    Property Value
    Type Description
    System.Int32

    CheckMatchingSublanguages

    Declaration
    public bool CheckMatchingSublanguages { get; set; }
    Property Value
    Type Description
    System.Boolean

    ConfirmationLevels

    Declaration
    public ConfirmationLevel[] ConfirmationLevels { get; set; }
    Property Value
    Type Description
    ConfirmationLevel[]

    EditScript

    Declaration
    public EditScript EditScript { get; set; }
    Property Value
    Type Description
    EditScript

    ExistingFieldsUpdateMode

    Declaration
    public ImportSettings.FieldUpdateMode ExistingFieldsUpdateMode { get; set; }
    Property Value
    Type Description
    ImportSettings.FieldUpdateMode

    ExistingTUsUpdateMode

    Declaration
    public ImportSettings.TUUpdateMode ExistingTUsUpdateMode { get; set; }
    Property Value
    Type Description
    ImportSettings.TUUpdateMode

    FieldIdentifierMappings

    Declaration
    public IDictionary<FieldIdentifier, FieldIdentifier> FieldIdentifierMappings { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<FieldIdentifier, FieldIdentifier>

    Filter

    Declaration
    public FilterExpression Filter { get; set; }
    Property Value
    Type Description
    FilterExpression

    IncrementUsageCount

    Declaration
    public bool IncrementUsageCount { get; set; }
    Property Value
    Type Description
    System.Boolean

    InvalidTranslationUnitsExportPath

    Declaration
    public string InvalidTranslationUnitsExportPath { get; set; }
    Property Value
    Type Description
    System.String

    IsDocumentImport

    Declaration
    public bool IsDocumentImport { get; set; }
    Property Value
    Type Description
    System.Boolean

    NewFields

    Declaration
    public ImportSettings.NewFieldsOption NewFields { get; set; }
    Property Value
    Type Description
    ImportSettings.NewFieldsOption

    OverrideTuUserIdWithCurrentContextUser

    Declaration
    public bool OverrideTuUserIdWithCurrentContextUser { get; set; }
    Property Value
    Type Description
    System.Boolean

    OverwriteExistingTUs

    Declaration
    [Obsolete("OverwriteExistingTUS property is obsolete, please use ExistingTUsUpdateMode instead.")]
    public bool OverwriteExistingTUs { get; set; }
    Property Value
    Type Description
    System.Boolean

    PlainText

    Declaration
    public bool PlainText { get; set; }
    Property Value
    Type Description
    System.Boolean

    ProjectSettings

    Declaration
    public FieldValues ProjectSettings { get; set; }
    Property Value
    Type Description
    FieldValues

    TagCountLimit

    Declaration
    public int TagCountLimit { get; set; }
    Property Value
    Type Description
    System.Int32

    TUProcessingMode

    Declaration
    public ImportSettings.ImportTUProcessingMode TUProcessingMode { get; set; }
    Property Value
    Type Description
    ImportSettings.ImportTUProcessingMode

    UseTmUserIdFromBilingualFile

    Declaration
    public bool UseTmUserIdFromBilingualFile { get; set; }
    Property Value
    Type Description
    System.Boolean

    On this page

    Back to top Generated by DocFX