Class DownloadZipResult
The download zip result object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class DownloadZipResult
Constructors
View SourceDownloadZipResult(FolderMetadata)
Initializes a new instance of the DownloadZipResult class.
Declaration
public DownloadZipResult(FolderMetadata metadata)
Parameters
| Type | Name | Description |
|---|---|---|
| FolderMetadata | metadata | The metadata |
Properties
View SourceMetadata
Gets the metadata of the download zip result
Declaration
public FolderMetadata Metadata { get; protected set; }
Property Value
| Type | Description |
|---|---|
| FolderMetadata |