Search Results for

    Show / Hide Table of Contents

    Interface IExportableLegacyTranslationMemory

    Represents a legacy translation memory that provides functionality to export its content to a TMX file.

    Inherited Members
    ILegacyTranslationMemory.Check()
    ILegacyTranslationMemory.GetSetup()
    ILegacyTranslationMemory.DisplayName
    ILegacyTranslationMemory.Url
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
    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
    System.String tmxFilePath

    The absolute path to export to.

    Returns
    Type Description
    ITranslationMemoryExporter

    A translation memory exporter.

    On this page

    • Methods
      • CreateExporter(String)
    Back to top Generated by DocFX