Dropbox .NET SDK
Show / Hide Table of Contents

Class DownloadZipArg

The download zip arg object

Inheritance
object
DownloadZipArg
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 DownloadZipArg

Constructors

View Source

DownloadZipArg(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 Source

Path

The path of the folder to download.

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