Class ExportSettings
Encapsulates settings and parameters for export.
Inheritance
System.Object
ExportSettings
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 ExportSettings
Constructors
ExportSettings()
Declaration
public ExportSettings()
Properties
EditScript
If an edit script is set, it will be applied before the TU is exported, but after the filter conditions (if present) are evaluated.
Declaration
public EditScript EditScript { get; set; }
Property Value
Type | Description |
---|---|
EditScript |
Filter
If a filter is set, only TUs which match the filter will be exported.
Declaration
public FilterExpression Filter { get; set; }
Property Value
Type | Description |
---|---|
FilterExpression |