Class ImportMonoOrBilingualFileIntoLiveDocsOptions
Describes the configuration options of importing a monolingual or bilingual reference file into a LiveDocs corpus. Weather the result is bilingual or monolingual depends on the file and the filter configuration as well. Supported file formats are DOCX, XLSX, TTX, TXT, PDF, etc.; all file formats known to memoQ, including mqxliff files exported from translation documents. Please note that mqxliff file can also represent a LiveDocs corpus document (a monolingual, bilingual or alignment document), for which use ImportLiveDocsXliffFileIntoLiveDocsOptions.
Syntax
public class ImportMonoOrBilingualFileIntoLiveDocsOptions : ImportFileIntoLiveDocsOptions
Fields
CreatePreview
Enables or disables preview creation during import.
Declaration
public bool CreatePreview
Type
BooleanFilterConfigResGuid
The guid of the filter configuration resource to be used during the import.
When this member is set, ImportSettingsXML must not be set. If neither this member nor ImportSettingsXML is set, the file will be imported with default configuration matching the file extension.
Declaration
public Guid FilterConfigResGuid
Type
GuidImportSettingsXML
The settings of the import in memoQ import filter XML format.
When this member is set, FilterConfigResGuid must not be set. If neither this member nor FilterConfigResGuid is set, the file will be imported with default configuration matching the file extension.
Declaration
public string ImportSettingsXML
Type
StringSourceLangCode
The three+(two) letter code of the source language of the document.
Declaration
public string SourceLangCode
Type
StringTargetLangCode
The three+(two) letter code of the target language of the document if a bilingual document is imported. (Ignored if the document is not bilingual.)
Declaration
public string TargetLangCode