Interface ITellMeProvider
Represents a provider that is used by Studio to provide data to the Tell Me Search engine.
Namespace: Sdl.TellMe.ProviderApi
Assembly: Sdl.TellMe.ProviderApi.dll
Syntax
public interface ITellMeProvider
Properties
Name
Gets the name of the provider.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String |
ProviderActions
All the actions that are returned by this provider.
Declaration
AbstractTellMeAction[] ProviderActions { get; }
Property Value
Type | Description |
---|---|
AbstractTellMeAction[] |