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: SdlSdl.TellMeProviderApi
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 |