Interface ITerminologyExport
This interface should be implemented by terminology provider implementers in order to provide export functionality
Namespace: Sdl.Terminology.TerminologyProvider.Core
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 |
| System.String | path | The path where the exported termbase will be saved |