Search Results for

    Show / Hide Table of Contents

    Refresh method

    Name

    Sdl.MultiTerm.TMO.Interop.ImportDefinitions.Refresh — Updates the import definition collection.

    Returntype

    void

    Parameters

    none

    Description

    By applying this method you can make sure that MultiTerm client users always have access to the up-to-date import definition collection, which includes all definitions that have been added while the users were online.

    Sample

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