Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1000 Bytes

ResxFileRequest.md

File metadata and controls

17 lines (13 loc) · 1000 Bytes

GroupDocs.Translation.Cloud.Sdk.Model.ResxFileRequest

Request for resources files like resx

Properties

Name Type Description Notes
SourceLanguage string Language of original file [default to "en"]
TargetLanguages List<string> List of target languages
File byte[] File as byte array [optional]
OriginalFileName string Type in the file name. If null will be as request ID. [optional]
Url string Link to file for translation. Ignore, if &quot;file&quot; property not null [optional]
Origin string Url or name of application using this SDK. Not required. [optional]
SavingMode string Toggle file saving mode for storage. Is Files by default. [optional]

[Back to Model list] [Back to API list] [Back to README]