Class DownloadZipArg
The download zip arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class DownloadZipArg
Constructors
View SourceDownloadZipArg(string)
Initializes a new instance of the DownloadZipArg class.
Declaration
public DownloadZipArg(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | The path of the folder to download. |
Properties
View SourcePath
The path of the folder to download.
Declaration
public string Path { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |