Class ExportSettings
Encapsulates settings and parameters for export.
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
[DataContract]
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
[DataMember]
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
[DataMember]
public FilterExpression Filter { get; set; }
Property Value
Type | Description |
---|---|
FilterExpression |