Search Results for

    Show / Hide Table of Contents

    Interface ITerminologyImport

    This interface should be implemented by terminology providers in order to provide import functionality

    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public interface ITerminologyImport

    Methods

    Import(TerminologyImportType, String, String)

    Performs a termbase import

    Declaration
    void Import(TerminologyImportType importType, string importFile, string termbaseDefinition = null)
    Parameters
    Type Name Description
    TerminologyImportType importType

    The import type

    System.String importFile

    The path of the import file

    System.String termbaseDefinition

    The path of the termbase definition file

    On this page

    • Methods
      • Import(TerminologyImportType, String, String)
    Back to top Generated by DocFX