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()
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
public class ImportSettings
Constructors
Declaration
Fields
Declaration
public static readonly int DefaultTagCountLimit
Field Value
Type |
Description |
System.Int32 |
|
Properties
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 |
|
Declaration
public int AlignmentQuality { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool CheckMatchingSublanguages { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public ConfirmationLevel[] ConfirmationLevels { get; set; }
Property Value
Declaration
public EditScript EditScript { get; set; }
Property Value
Declaration
public ImportSettings.FieldUpdateMode ExistingFieldsUpdateMode { get; set; }
Property Value
Declaration
public ImportSettings.TUUpdateMode ExistingTUsUpdateMode { get; set; }
Property Value
Declaration
public IDictionary<FieldIdentifier, FieldIdentifier> FieldIdentifierMappings { get; set; }
Property Value
Declaration
public FilterExpression Filter { get; set; }
Property Value
Declaration
public bool IncrementUsageCount { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string InvalidTranslationUnitsExportPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsDocumentImport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public ImportSettings.NewFieldsOption NewFields { get; set; }
Property Value
OverrideTuUserIdWithCurrentContextUser
Declaration
public bool OverrideTuUserIdWithCurrentContextUser { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 |
|
Declaration
public FieldValues ProjectSettings { get; set; }
Property Value
Declaration
public int TagCountLimit { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public ImportSettings.ImportTUProcessingMode TUProcessingMode { get; set; }
Property Value
Declaration
public bool UseTmUserIdFromBilingualFile { get; set; }
Property Value
Type |
Description |
System.Boolean |
|