Search Results for

    Show / Hide Table of Contents

    Interface ITerminologyProviderStatus

    Contains information on the current status of the terminology provider

    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public interface ITerminologyProviderStatus

    Properties

    ErrorMessage

    Returns details about issues encountered while connecting to the terminology provider. null if a valid connection was established.

    Declaration
    string ErrorMessage { get; }
    Property Value
    Type Description
    System.String

    IsConnected

    False if a connection to the terminology provider could not be established, true otherwise

    Declaration
    bool IsConnected { get; }
    Property Value
    Type Description
    System.Boolean

    On this page

    Back to top Generated by DocFX