Class TmExportStatus.ExportAttributes
Inheritance
System.Object
TmExportStatus.ExportAttributes
Assembly: Crowdin.Api.dll
Syntax
public class ExportAttributes : object
Properties
|
Improve this Doc
View Source
Declaration
public TmFileFormat Format { get; set; }
Property Value
|
Improve this Doc
View Source
SourceLanguageId
Declaration
public string SourceLanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TargetLanguageId
Declaration
public string TargetLanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|