Class DownloadZipResult
The download zip result object
Inheritance
System.Object
    DownloadZipResult
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class DownloadZipResult
  Constructors
| Improve this Doc 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
| Improve this Doc View SourceMetadata
Gets the metadata of the download zip result
Declaration
public FolderMetadata Metadata { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| FolderMetadata |