Search Results for

    Show / Hide Table of Contents

    Refresh method

    Name

    Sdl.MultiTerm.TMO.Interop.TermbaseInformation.Refresh — Updates the termbase information.

    Returntype

    void

    Parameters

    none

    Description

    This method is useful to make sure that the user always sees the most up-to-date termbase information, e.g. to make any additions to the termbase reflect in the total termbase entry count.

    Sample

    Termbase oTb = oTbs["Termbase name"];
    
    TermbaseInformation tbInfo = oTb.Information;
    tbInfo.Refresh();
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX