Search Results for

    Show / Hide Table of Contents

    Interface IGlobalVerifier

    IGlobalVerifier interface represents a global verifier used to verify bilingual documents.

    Namespace: Sdl.Verification.Api
    Assembly: Sdl.Verification.Api.dll
    Syntax
    public interface IGlobalVerifier

    Properties

    Description

    Description property represents the description.

    Declaration
    string Description { get; }
    Property Value
    Type Description
    string

    HelpTopic

    HelpTopic property represents the help topic.

    Declaration
    string HelpTopic { get; }
    Property Value
    Type Description
    string

    Icon

    Icon property represents the icon.

    Declaration
    Icon Icon { get; }
    Property Value
    Type Description
    Icon

    Name

    Name property represents the name.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    string

    SettingsId

    SettingsId property represents the settings id.

    Declaration
    string SettingsId { get; }
    Property Value
    Type Description
    string

    Methods

    GetSettingsPageExtensionIds()

    Gets the settings page extension ids.

    Declaration
    IList<string> GetSettingsPageExtensionIds()
    Returns
    Type Description
    IList<string>

    settings page extension ids

    In this article
    • Properties
      • Description
      • HelpTopic
      • Icon
      • Name
      • SettingsId
    • Methods
      • GetSettingsPageExtensionIds()
    Back to top Generated by DocFX