DownloadFile
Download a file. Path and DownloadPath are required for a successful operation.
Input
Name | Type | Accepts Output Streams | Description |
Path | String | False | The path of the file which will be downloaded. |
DownloadPath | String | False | The path where the file will be downloaded. |
FileStream | String | True | An instance of an output stream where file data is written to. Only used if DownloadPath is not set. |
Result Set Columns
Name | Type | Description |
FileData | String | File data that will be outputted encoded in Base64 if the DownloadPath and FileStream inputs are empty. |
Success | String | Whether the operation was successful. |