Interface ITerminologyExport
This interface should be implemented by terminology provider implementers in order to provide export functionality
Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
public interface ITerminologyExport
Methods
Export(TerminologyExportType, string)
Performs a termbase export to a specific format
Declaration
void Export(TerminologyExportType exportFormatType, string path)
Parameters
Type | Name | Description |
---|---|---|
TerminologyExportType | exportFormatType | The export format type |
string | path | The path where the exported termbase will be saved |
Export(TerminologyExportType, string, Dictionary<string, string>)
Performs a termbase export to a specific format
Declaration
void Export(TerminologyExportType exportFormatType, string path, Dictionary<string, string> exportProperties)
Parameters
Type | Name | Description |
---|---|---|
TerminologyExportType | exportFormatType | The export format type |
string | path | The path where the exported termbase will be saved |
Dictionarystringstring | exportProperties | The import properties |
Remarks
Use the export properties to pass additional parameters to the export process. E.g. add the "xdxFile" property for a MultiTerm export definition file