Represents a reference to a local (file-based) termbase that can be added to the TermbaseConfiguration of a project.

Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core (in Sdl.ProjectAutomation.Core.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
public class LocalTermbase : Termbase
Visual Basic
Public Class LocalTermbase _
	Inherits Termbase
Visual C++
public ref class LocalTermbase : public Termbase

Inheritance Hierarchy

System..::..Object
  Sdl.ProjectAutomation.Core..::..Termbase
    Sdl.ProjectAutomation.Core..::..LocalTermbase

See Also