Dropbox .NET SDK
Show / Hide Table of Contents

Class RestoreArg

The restore arg object

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

Constructors

View Source

RestoreArg(string, string)

Initializes a new instance of the RestoreArg class.

Declaration
public RestoreArg(string path, string rev)
Parameters
Type Name Description
string path

The path to save the restored file.

string rev

The revision to restore.

Properties

View Source

Path

The path to save the restored file.

Declaration
public string Path { get; protected set; }
Property Value
Type Description
string
View Source

Rev

The revision to restore.

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