ADO.NET Provider for Zoho CRM

Build 25.0.9434

DownloadFile

Downloads a selected attachment from a CRM record to local storage.

Input

Name Type Accepts Output Streams Description
ModuleName String False The name of the module that contains the attachment to be downloaded.
RecordID String False The unique identifier of the record associated with the attachment.
AttachmentID String False The unique identifier of the attachment to be downloaded.
DownloadPath String False The full path to the local file where the downloaded attachment is saved.
FileStream String True A writable stream used to receive the file content if no download path is specified.

Result Set Columns

Name Type Description
Success String Indicates whether the file was downloaded successfully.
Content String The Base64-encoded content of the downloaded file, returned if no file path is provided.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434