⚠️ 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 CreateTermbaseRequest

    Represents a request to create a new termbase, including its name, path, description, and languages.

    Inheritance
    object
    CreateTermbaseRequest
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public class CreateTermbaseRequest

    Constructors

    CreateTermbaseRequest()

    Declaration
    public CreateTermbaseRequest()

    Properties

    Description

    Gets or sets the termbase description.

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

    Languages

    Gets or sets the list of languages for the termbase.

    Declaration
    public List<DefinitionLanguage> Languages { get; set; }
    Property Value
    Type Description
    List<DefinitionLanguage>

    Name

    Gets or sets the termbase name.

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

    Path

    Gets or sets the termbase location path. For example: C:\Termbases\

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