Search Results for

    Show / Hide Table of Contents

    Content property

    Name

    Sdl.MultiTerm.TMO.Interop.ImportDefinition.Content — Returns the content of a particular import definition.

    Type

    String (read)

    Index Parameters

    none

    Description

    Via this property you can retrieve the 'source code' of an import definition.

    Sample

    //select termbase
    Termbase oTb = oTbs["Termbase name"];
    
    //select import definition
    ImportDefinitions oImpDefs = oTb.ImportDefinitions;
    ImportDefinition oImpDef = oImpDefs["Default import definition"];
    Debug.Write(oImpDef.Content);
    
    • Improve this Doc
    In this article
    • Name
    • Type
    • Index Parameters
    • Description
    • Sample
    Back to top Generated by DocFX