Class ServerProjectTBsForTargetLang
Encapsulates server project termbase assignments for a specific target language.
Syntax
public class ServerProjectTBsForTargetLang
Fields
ExcludedTBsFromQA
The Guids of the TBs that should not be used in QA.
Declaration
public Guid[] ExcludedTBsFromQA
Type
Guid[]TargetLangCode
The three+(two) letter code of the target language of the project. (such as fre, eng, eng-US) for which the TBs are assigned to. Existing TB assignments for this project target language are deleted.
Declaration
public string TargetLangCode
Type
StringTBGuids
The Guids of the TBs assigned to the project (for the target language specified by TargetLangCode). The index of the items correspont to the rank of the term base. Each term base must contain the project source and the given project target language, when lazy match is performed.
Declaration
public Guid[] TBGuids
Type
Guid[]TBGuidTargetForNewTerms
The Guid of the term base which is set as the target for new terms for the specified target language of the project.
Declaration
public Guid TBGuidTargetForNewTerms