Search Results for

    Show / Hide Table of Contents

    CancelSearch method

    Name

    Sdl.MultiTerm.TMO.Interop.TermbaseSearch.CancelSearch — Cancels the search operation.

    Returntype

    void

    Parameters

    none

    Description

    Sample

    TermbaseSearch tbSearch = oTb.Search;
    
    tbSearch.SourceIndex="English";			
    tbSearch.Direction = Sdl.MultiTerm.TMO.Interop.MtSearchDirection.mtSearchDown;
    tbSearch.SearchExpression="window";
    tbSearch.MaximumHits=10;
    
    tbSearch.CancelSearch();
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX