DownloadFile
Retrieve files such as export results, invoices, and accounting period reports.
Input
| Name | Type | Required | Description |
| JcrPath | String | True | The normalized absolute path of the node. |
| PropertyName | String | False | The name of the property of type Binary in the given node which holds the data. Default: jcr:data.
The default value is jcr:data. |
| FilePath | String | False | The location where the file will be downloaded. |
| FileStream | String | False | The output stream where the result can be read if FilePath is not specified. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates if the file was downloaded successfully |
| FileData | String | Base64 encoded content of the file if both FilePath and FileStream are not specified. |