Interface IExportableLegacyTranslationMemory
Represents a legacy translation memory that provides functionality to export its content to a TMX file.
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public interface IExportableLegacyTranslationMemory : ILegacyTranslationMemory
Methods
CreateExporter(string)
Creates a translation memory exporter, which can be used to export content from the legacy translation memory to a TMX file.
Declaration
ITranslationMemoryExporter CreateExporter(string tmxFilePath)
Parameters
Type | Name | Description |
---|---|---|
string | tmxFilePath | The absolute path to export to. |
Returns
Type | Description |
---|---|
ITranslationMemoryExporter | A translation memory exporter. |