Show / Hide Table of Contents

Class RestoreArg

The restore arg object

Inheritance
System.Object
RestoreArg
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 RestoreArg

Constructors

| Improve this Doc View Source

RestoreArg(String, String)

Initializes a new instance of the RestoreArg class.

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

The path to save the restored file.

System.String rev

The revision to restore.

Properties

| Improve this Doc View Source

Path

The path to save the restored file.

Declaration
public string Path { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Rev

The revision to restore.

Declaration
public string Rev { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RestoreArg(String, String)
  • Properties
    • Path
    • Rev
Back to top Generated by DocFX