Class RestoreError
The restore error object
Inheritance
System.Object
    RestoreError
      
      
      
      
      
  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 RestoreError
  Constructors
| Improve this Doc View SourceRestoreError()
Initializes a new instance of the RestoreError class.
Declaration
public RestoreError()
  Properties
| Improve this Doc View SourceAsInProgress
Gets this instance as a InProgress, or null.
Declaration
public RestoreError.InProgress AsInProgress { get; }
  Property Value
| Type | Description | 
|---|---|
| RestoreError.InProgress | 
AsInvalidRevision
Gets this instance as a InvalidRevision, or null.
Declaration
public RestoreError.InvalidRevision AsInvalidRevision { get; }
  Property Value
| Type | Description | 
|---|---|
| RestoreError.InvalidRevision | 
AsOther
Gets this instance as a Other, or null.
Declaration
public RestoreError.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| RestoreError.Other | 
AsPathLookup
Gets this instance as a PathLookup, or null.
Declaration
public RestoreError.PathLookup AsPathLookup { get; }
  Property Value
| Type | Description | 
|---|---|
| RestoreError.PathLookup | 
AsPathWrite
Gets this instance as a PathWrite, or null.
Declaration
public RestoreError.PathWrite AsPathWrite { get; }
  Property Value
| Type | Description | 
|---|---|
| RestoreError.PathWrite | 
IsInProgress
Gets a value indicating whether this instance is InProgress
Declaration
public bool IsInProgress { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsInvalidRevision
Gets a value indicating whether this instance is InvalidRevision
Declaration
public bool IsInvalidRevision { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsPathLookup
Gets a value indicating whether this instance is PathLookup
Declaration
public bool IsPathLookup { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsPathWrite
Gets a value indicating whether this instance is PathWrite
Declaration
public bool IsPathWrite { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |