Dropbox .NET SDK
Show / Hide Table of Contents

Class DownloadZipResult

The download zip result object

Inheritance
object
DownloadZipResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class DownloadZipResult

Constructors

View Source

DownloadZipResult(FolderMetadata)

Initializes a new instance of the DownloadZipResult class.

Declaration
public DownloadZipResult(FolderMetadata metadata)
Parameters
Type Name Description
FolderMetadata metadata

The metadata

Properties

View Source

Metadata

Gets the metadata of the download zip result

Declaration
public FolderMetadata Metadata { get; protected set; }
Property Value
Type Description
FolderMetadata
  • View Source
In this article
Back to top Dropbox .NET SDK