DownloadFile
Downloads a file.
Input
| Name | Type | Description |
| FileId | String | The Id of the file to be downloaded |
| FileLocation | String | The location where file is to be downloaded |
| Encoding | String | The FileData input encoding type.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値はBASE64です。 |
Result Set Columns
| Name | Type | Description |
| FileData | String | If the FileLocation and FileStream are not provided, this contains the content of the file. |
| Success | String | The result of the procedure. |