Class ServerProjectTMAssignmentDetails
Encapsulates server project translation memory assignments for a specific target language.
Syntax
public class ServerProjectTMAssignmentDetails
Fields
MasterTMGuid
The Guid of the master TM assigned to the project for the target language specified by TargetLangCode. It is Guid.Empty if the project does not contain master TM for the target language specified by TargetLangCode.
Declaration
public Guid MasterTMGuid
Type
GuidPrimaryTMGuid
The Guid of the working (primary) TM assigned to the project for the target language specified by TargetLangCode. It is Guid.Empty if the project does not contain woring (primary) TM for the target language specified by TargetLangCode.
Declaration
public Guid PrimaryTMGuid
Type
GuidTargetLangCode
The three+(two) letter code of the target language of the project. (such as fre, eng, eng-US) to which the TM assignments are returned in the "TMs" member of this object.
Declaration
public string TargetLangCode
Type
StringTMs
The list of TMInfo objects each describing a TM assigned to the project for target language specified by TargetLangCode.
Declaration
public TMInfo[] TMs