ADO.NET Provider for Pipedrive

Build 26.0.9655

DownloadFile

Adds an audio recording to the call log.

Stored Procedure-Specific Information

Executing this procedure requires setting the values for Id and DownloadLocation. For example:
EXEC DownloadFile Id = 6, DownloadLocation = 'D:\\test\\download.txt'

Input

Name Type Accepts Output Streams Description
Id Integer False ID of the file.
DownloadLocation String False Download location. For example: C:\File.mp4
FileStream String True An instance of an output stream where file data is written to. Only used if DownloadLocation is not provided.
Encoding String False The FileData input encoding type.

The allowed values are NONE, BASE64.

The default value is BASE64.

Result Set Columns

Name Type Description
Status String Execution status of the stored procedure.
FileData String If the DownloadLocation and FileStream are not provided, this contains the content of the file.

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