Class DownloadArg
The download arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class DownloadArg
Constructors
View SourceDownloadArg(string, string)
Initializes a new instance of the DownloadArg class.
Declaration
public DownloadArg(string path, string rev = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | The path of the file to download. |
| string | rev | Field is deprecated. Please specify revision in |
Properties
View SourcePath
The path of the file to download.
Declaration
public string Path { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Rev
Field is deprecated. Please specify revision in Path instead.
Declaration
public string Rev { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |