ADO.NET Provider for Backlog

Build 25.0.9540

DownloadPullRequestAttachment

Downloads attached files on pull requests.

Input

Name Type Required Accepts Output Streams Description
ProjectId String True False Id of the project.
RepositoryId String True False Id of the repository.
Number String True False Number of the pull request.
AttachmentId String True False Id of the attachment.
DownloadLocation String False False Location of the downloaded file. EX: C:\Temp\downloads\
FileStream String False True An instance of an output stream where file data is written to. Only used if DownloadLocation is not provided.

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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540