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 SourceRestoreArg(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 SourcePath
The path to save the restored file.
Declaration
public string Path { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Rev
The revision to restore.
Declaration
public string Rev { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |