DownloadFile
Download the file
Input
Name | Type | Required | Description |
FileId | String | True | Id of the file which you want to download |
DownloadTo | String | False | Where to store the file. |
Encoding | String | False | The FileData input encoding type.
The allowed values are NONE, BASE64. The default value is BASE64. |
Result Set Columns
Name | Type | Description |
Status | String | Stored Procedure Execution Status |
FileData | String | The FileData output |