Search Results for

    Show / Hide Table of Contents

    Direction property

    Name

    Sdl.MultiTerm.TMO.Interop.TermbaseBrowser.Direction — Sets/returns the direction for a browse operation.

    Type

    Sdl.MultiTerm.TMO.Interop.MtBrowseDirection (read / write)

    Index Parameters

    none

    Description

    A browse operation can either be performed in the up or down direction. Usually, a browse operation is done from the first term of an index towards the last term, i.e. normally you will set this parameter to down.

    Sample

    TermbaseBrowser tbBrowse = oTb.Browse;
    
    tbBrowse.Direction = Sdl.MultiTerm.TMO.Interop.MtBrowseDirection.mtBrowseDown;
    tbBrowse.MaximumTermCount=1;
    tbBrowse.SourceIndex="English";
    tbBrowse.StartTerm="";
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX