DownloadPullRequestAttachment
Downloads attached files on pull requests.
Input
| Name | Type | Required | Description |
| ProjectId | String | True | Id of the project. |
| RepositoryId | String | True | Id of the repository. |
| Number | String | True | Number of the pull request. |
| AttachmentId | String | True | Id of the attachment. |
| 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. |