Search Results for

    Show / Hide Table of Contents

    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

    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

    Dictionary<string, string> 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

    In this article
    • Methods
      • Export(TerminologyExportType, string)
      • Export(TerminologyExportType, string, Dictionary<string, string>)
    Back to top Generated by DocFX