Updates the termbase-related settings for this 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#
void UpdateTermbaseConfiguration(
	TermbaseConfiguration termbaseConfiguration
)
Visual Basic
Sub UpdateTermbaseConfiguration ( _
	termbaseConfiguration As TermbaseConfiguration _
)
Visual C++
void UpdateTermbaseConfiguration(
	TermbaseConfiguration^ termbaseConfiguration
)

Parameters

termbaseConfiguration
Type: Sdl.ProjectAutomation.Core..::..TermbaseConfiguration
A TermbaseConfiguration object containing all termbase-related configuration for this project. This can either be newly created termbase configuration object or one that was retrieved via GetTermbaseConfiguration()()()().

See Also