Class ExportSettings
Encapsulates settings and parameters for export.
Inheritance
Object
ExportSettings
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public class ExportSettings
Constructors
ExportSettings()
Encapsulates settings and parameters for export.
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 |