Class BuildProjectDirectoryTranslationRequest
Inheritance
System.Object
BuildProjectDirectoryTranslationRequest
Assembly: Crowdin.Api.dll
Syntax
public class BuildProjectDirectoryTranslationRequest : 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
ExportWithMinApprovalsCount
Declaration
public int? ExportWithMinApprovalsCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
PreserveFolderHierarchy
Declaration
public bool? PreserveFolderHierarchy { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
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
TargetLanguagesIds
Declaration
public ICollection<string> TargetLanguagesIds { get; set; }
Property Value
Type |
Description |
ICollection<System.String> |
|