Search Results for

    Show / Hide Table of Contents

    SourceIndex property

    Name

    Sdl.MultiTerm.TMO.Interop.TermbaseSearch.SourceIndex — Sets/returns the search index.

    Type

    String (read / write)

    Index Parameters

    none

    Description

    A termbase search is carried out in a particular index. Via this property you can determine the index (language) in which the search should be performed, e.g. 'English'.

    Sample

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