Search Results for

    Show / Hide Table of Contents

    Interface ITellMePluginLoader

    Represents the class that will initialize the provider. At the initialization of the Tell Me functionality when the plug-in is detected it will initialize a class that implements this interface and call the InitalizeProvider method.

    Namespace: Sdl.TellMe.ProviderApi
    Assembly: Sdl.TellMe.ProviderApi.dll
    Syntax
    public interface ITellMePluginLoader

    Methods

    InitializeProvider()

    Method that will provide an ISearchDataProvider object.

    Declaration
    ISearchDataProvider InitializeProvider()
    Returns
    Type Description
    ISearchDataProvider

    Initialized Search Data Provider that will be used as a search engine

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Methods
      • InitializeProvider()
    • Extension Methods
    Back to top Generated by DocFX