Search Results for

    Show / Hide Table of Contents

    Content property

    Name

    Sdl.MultiTerm.TMO.Interop.Entry.Content — Provides access to the content of an entry.

    Type

    Sdl.MultiTerm.TMO.Interop.EntryContent (read)

    Index Parameters

    none

    Description

    You can use this property to return the content of an entry fully or partially, e.g. only the content of a specific index.

    Sample

    //select termbase
    Termbase oTb = oTbs["Termbase name"];
    Entries oEntries = oTb.Entries;
    
    //select entry with id #1 and output entry content
    Entry oEntry = oEntries.Item(1);
    Debug.Write(oEntry.Content.Content);
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX