⚠️ Beta / Prerelease Documentation - Subject to change. (Api version 19.0.0.1401 | Published on 2026-02-23 14:57:33)
Search Results for

    Show / Hide Table of Contents

    Class ServerTermbase

    Represents a reference to a server-based termbase that can be added to the TermbaseConfiguration of a project.

    Inheritance
    object
    Termbase
    ServerTermbase
    Inherited Members
    Termbase.Name
    Termbase.SettingsXML
    Termbase.FilterName
    Termbase.Enabled
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class ServerTermbase : Termbase

    Constructors

    ServerTermbase(string, Uri)

    Constructor with a server-based termbase name.

    Declaration
    public ServerTermbase(string name, Uri serverUri)
    Parameters
    Type Name Description
    string name

    The name of the termbase.

    Uri serverUri

    The URI of the termbase server (e.g. http[s]://hostname[:port]).

    ServerTermbase(string, Uri, string)

    Constructor with a server-based termbase name.

    Declaration
    public ServerTermbase(string name, Uri serverUri, string settingsXML)
    Parameters
    Type Name Description
    string name

    The name of the termbase.

    Uri serverUri

    The URI of the termbase server (e.g. http[s]://hostname[:port]).

    string settingsXML

    Project termbase settings

    ServerTermbase(string, Uri, string, bool)

    Constructor with a server-based termbase name, filter name and enabled value.

    Declaration
    public ServerTermbase(string name, Uri serverUri, string filterName, bool enabled)
    Parameters
    Type Name Description
    string name

    The name of the termbase.

    Uri serverUri

    The URI of the termbase server (e.g. http[s]://hostname[:port]).

    string filterName

    The name of the termbase filter that should be used when performing lookups in this termbase. This should be the valid name of a filter that is defined within the termbase.

    bool enabled

    Whether the termbase should be enabled. When set to

    false
    , the termbase is excluded from all termbase-related operations.

    ServerTermbase(string, Uri, string, string, bool)

    Constructor with a server-based termbase name, filter name and enabled value.

    Declaration
    public ServerTermbase(string name, Uri serverUri, string settingsXML, string filterName, bool enabled)
    Parameters
    Type Name Description
    string name

    The name of the termbase.

    Uri serverUri

    The URI of the termbase server (e.g. http[s]://hostname[:port]).

    string settingsXML

    Project termbase settings. Use null for default settings

    string filterName

    The name of the termbase filter that should be used when performing lookups in this termbase. This should be the valid name of a filter that is defined within the termbase.

    bool enabled

    Whether the termbase should be enabled. When set to

    false
    , the termbase is excluded from all termbase-related operations.

    Properties

    TermbaseServerUri

    Gets or sets the connection URI for the termbase server. This should be of the form "http[s]://hostname[:port]".

    Declaration
    public Uri TermbaseServerUri { get; set; }
    Property Value
    Type Description
    Uri
    In this article
    Back to top Generated by DocFX