Constructor with an absolute file path, a filter name and enabled value.

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 LocalTermbase(
	string filePath,
	string filterName,
	bool enabled
)
Visual Basic
Public Sub New ( _
	filePath As String, _
	filterName As String, _
	enabled As Boolean _
)
Visual C++
public:
LocalTermbase(
	String^ filePath, 
	String^ filterName, 
	bool enabled
)

Parameters

filePath
Type: System..::..String
The absolute path of the termbase file.
filterName
Type: System..::..String
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.
enabled
Type: System..::..Boolean
Whether the termbase should be enabled. When set to
CopyC#
false
, the termbase is excluded from all termbase-related operations.

See Also