Search Results for

    Show / Hide Table of Contents

    Item property

    Name

    Sdl.MultiTerm.TMO.Interop.EntryIDs.Item — Refers to a particular entry id.

    Type

    String (read)

    Index Parameters

    • Index (Long)

    Description

    Via this property you can output the actual entry id.

    Sample

    //select termbase
    Termbase oTb = oTbs["Termbase name"];
    
    //get entry ids
    EntryIDs oIds = oTb.Entries.GetEntryIDs();
    for(int i=1;i==oIds.Count;i++)
    {
       	Debug.WriteLine(oIds[i]);
    }
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX