Search Results for

    Show / Hide Table of Contents

    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[]

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Properties
      • Name
      • ProviderActions
    • Extension Methods
    Back to top Generated by DocFX