Search Results for

    Show / Hide Table of Contents

    Add method

    Name

    Sdl.MultiTerm.TMO.Interop.FilterDefinitions.Add — Adds a new filter definition to the collection.

    Returntype

    Sdl.MultiTerm.TMO.Interop.FilterDefinition

    Parameters

    • Name (String)
    • Description (String)
    • FileName (String)

    Description

    Applying this method to a filter definition collection adds a new filter definition from a filter definition that was saved as an external *.xdf file. This method requires the name of the new filter definition, an optional description and the full path and name of the filter definition file.

    Sample

    Termbase oTb = oTbs["Termbase name"];
    
    FilterDefinitions oFilters = oTb.FilterDefinitions;
    oFilters.Add("Filter definition name", "Filter definition description", "c:\\temp\\missing_target_.xdf");
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX