Class BuildProjectFileTranslationRequest
Inheritance
System.Object
BuildProjectFileTranslationRequest
Assembly: Crowdin.Api.dll
Syntax
public class BuildProjectFileTranslationRequest : object
Properties
|
Improve this Doc
View Source
ExportApprovedOnly
Declaration
public bool? ExportApprovedOnly { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
ExportAsXliff
Declaration
public bool? ExportAsXliff { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
ExportWithMinApprovalsCount
Declaration
public int? ExportWithMinApprovalsCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
SkipUntranslatedFiles
Declaration
public bool? SkipUntranslatedFiles { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
SkipUntranslatedStrings
Declaration
public bool? SkipUntranslatedStrings { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
TargetLanguageId
Declaration
public string TargetLanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|