Search Results for

    Show / Hide Table of Contents

    StartWizard method

    Name

    Sdl.MultiTerm.TMO.Interop.ImportDefinitions.StartWizard — Starts the Import Definition wizard.

    Returntype

    Sdl.MultiTerm.TMO.Interop.ImportDefinition

    Parameters

    none

    Description

    Applying this method opens the Import Definition wizard, which allows you to create a new import definition with the wizard GUI.

    Sample

    Termbase oTb = oTbs["Termbase name"];
    
    ImportDefinitions oExpDefs = oTb.ImportDefinitions;
    oImpDefs.StartWizard();
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX