Class RestoreArg
The restore arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class RestoreArg
Constructors
View SourceRestoreArg(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 SourcePath
The path to save the restored file.
Declaration
public string Path { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Rev
The revision to restore.
Declaration
public string Rev { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |