ADO.NET Provider for Asana

Build 22.0.8479

UploadAttachment

Uploads an Attachment to Asana.

Input

Name Type Required Accepts Input Streams Description
TaskId String True False Specify Task Id to upload the attachment.
FilePath String False False Specify the location of the attachment to upload.
Name String False False The title for the Attachment, including the extension. This value will be used, if Content is not null.
Content String False True The content as InputStream to be uploaded when LocalFilePath or FolderPath is not specified.

Result Set Columns

Name Type Description
AttachmentId String Globally unique ID of the attachment.
FileName String The name of the file.
Status String The status of the operation.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8479