DropboxFilesEndpoint.Download method
Version 1.0.0-beta001
.NET Framework 4.7
Namespace | Skybrud.Social.Dropbox.Endpoints |
---|---|
Assembly | Skybrud.Social.Dropbox.dll |
Download(string)
Downloads a file from the user's Dropbox.
public DropboxDownloadResponse Download(string path)
Parameters
path
String
The path of the file to download.
Returns
An instance of DropboxDownloadResponse representing the response.
Download(DropboxDownloadFileOptions)
Downloads a file from the user's Dropbox.
public DropboxDownloadResponse Download(DropboxDownloadFileOptions options)
Parameters
options
DropboxDownloadFileOptions
The options for the request to the Dropbox API.
Returns
An instance of DropboxDownloadResponse representing the response.