Class DownloadZipArg
The download zip arg object
Inheritance
System.Object
    DownloadZipArg
  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 DownloadZipArg
  Constructors
| Improve this Doc View SourceDownloadZipArg(String)
Initializes a new instance of the DownloadZipArg class.
Declaration
public DownloadZipArg(string path)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | path | The path of the folder to download.  | 
      
Properties
| Improve this Doc View SourcePath
The path of the folder to download.
Declaration
public string Path { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |