Search Results for

    Show / Hide Table of Contents

    Interface ITermVerifierSettingsContext

    ITermVerifierSettingsContext interface represents a term verifier settings context that provides a term verifier settings page with the term access services that it needs.

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

    Methods

    GetTermbaseName()

    Gets the termbase name.

    Declaration
    string GetTermbaseName()
    Returns
    Type Description
    System.String

    termbase name

    GetTermbasePicklistFields()

    Gets the termbase picklist fields.

    Declaration
    IEnumerable<TermPicklistField> GetTermbasePicklistFields()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<TermPicklistField>

    termbase picklist fields

    HasTermbase()

    Determines whether the context has a termbase.

    Declaration
    bool HasTermbase()
    Returns
    Type Description
    System.Boolean

    whether context has termbase

    On this page

    • Methods
      • GetTermbaseName()
      • GetTermbasePicklistFields()
      • HasTermbase()
    Back to top Generated by DocFX