Search Results for

    Show / Hide Table of Contents

    Termbases property

    Name

    Sdl.MultiTerm.TMO.Interop.TermbaseRepository.Termbases — Provides access to the termbases contained in a local or server repository.

    Type

    Sdl.MultiTerm.TMO.Interop.Termbases (read)

    Index Parameters

    none

    Description

    You can use this class, e.g. to generate a list of available termbases, so that the client user can choose one or several termbases to access.

    Sample

    Termbases oTbs = oServRep.Termbases;
    
    for(int i=0;i<oTbs.Count;i++)
    {
       	Debug.WriteLine("Termbase name: " + oTbs[i].Name);
    }
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX