Class RestoreError
The restore error object
Inheritance
RestoreError
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class RestoreError
Constructors
View SourceRestoreError()
Initializes a new instance of the RestoreError class.
Declaration
public RestoreError()
Properties
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 |
|---|---|
| bool |
IsInvalidRevision
Gets a value indicating whether this instance is InvalidRevision
Declaration
public bool IsInvalidRevision { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPathLookup
Gets a value indicating whether this instance is PathLookup
Declaration
public bool IsPathLookup { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPathWrite
Gets a value indicating whether this instance is PathWrite
Declaration
public bool IsPathWrite { get; }
Property Value
| Type | Description |
|---|---|
| bool |