Search Results for

    Show / Hide Table of Contents

    Refresh method

    Name

    Sdl.MultiTerm.TMO.Interop.Termbases.Refresh — Refreshes a termbase collection.

    Returntype

    void

    Parameters

    none

    Description

    This method clears the termbases cache. For example, it may be useful to call this method after a new termbase has been added to update the corresponding termbase list on the client side.

    Sample

    Termbases oTbs = oLocalRep.Termbases;
    oTbs.Refresh();
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX