DownloadFile
Download a specified document.
Input
| Name | Type | Required | Description |
| ProjectId | String | True | Id of the project. |
| FileId | String | True | Id of the file. |
| DownloadLocation | String | False | Location of the downloaded file. EX: C:\Temp\downloads\ |
Result Set Columns
| Name | Type | Description |
| Success | String | Returns True if the download succeeded. |
| FileData | String | If the DownloadLocation input is empty, file data will be output in BASE64 format. |