Class CreateTermbaseRequest
Represents a request to create a new termbase, including its name, path, description, and languages.
Inherited Members
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 |