DownloadSharedFile
Download a specified shared file.
Input
Name | Type | Required | Description |
ProjectId | String | True | Id of the project. |
SharedFileId | String | True | Id of the shared file. |
DownloadLocation | String | True | Location of the downloaded file. EX: C:\Temp\downloads\ |
Result Set Columns
Name | Type | Description |
Success | String | Returns True if the download succeeded. |