Search Results for

    Show / Hide Table of Contents

    ReloadTermbaseDefinition method

    Name

    Sdl.MultiTerm.TMO.Interop.Entries.ReloadTermbaseDefinition — Refreshes the current termbase definition.

    Returntype

    void

    Parameters

    none

    Description

    By applying this method you can make sure that you are always using the most up-to-date termbase definition, e.g. when the termbase definition is edited while using the termbase.

    Sample

    //select termbase
    Termbase oTb = oTbs["Termbase name"];
    Entries oEntries = oTb.Entries;
    
    oEntries.ReloadTermbaseDefinition();
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX