Show / Hide Table of Contents

Class RestoreError

The restore error object

Inheritance
System.Object
RestoreError
RestoreError.InProgress
RestoreError.InvalidRevision
RestoreError.Other
RestoreError.PathLookup
RestoreError.PathWrite
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 Source

RestoreError()

Initializes a new instance of the RestoreError class.

Declaration
public RestoreError()

Properties

| Improve this Doc View Source

AsInProgress

Gets this instance as a InProgress, or null.

Declaration
public RestoreError.InProgress AsInProgress { get; }
Property Value
Type Description
RestoreError.InProgress
| Improve this Doc View Source

AsInvalidRevision

Gets this instance as a InvalidRevision, or null.

Declaration
public RestoreError.InvalidRevision AsInvalidRevision { get; }
Property Value
Type Description
RestoreError.InvalidRevision
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public RestoreError.Other AsOther { get; }
Property Value
Type Description
RestoreError.Other
| Improve this Doc View Source

AsPathLookup

Gets this instance as a PathLookup, or null.

Declaration
public RestoreError.PathLookup AsPathLookup { get; }
Property Value
Type Description
RestoreError.PathLookup
| Improve this Doc View Source

AsPathWrite

Gets this instance as a PathWrite, or null.

Declaration
public RestoreError.PathWrite AsPathWrite { get; }
Property Value
Type Description
RestoreError.PathWrite
| Improve this Doc View Source

IsInProgress

Gets a value indicating whether this instance is InProgress

Declaration
public bool IsInProgress { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInvalidRevision

Gets a value indicating whether this instance is InvalidRevision

Declaration
public bool IsInvalidRevision { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPathLookup

Gets a value indicating whether this instance is PathLookup

Declaration
public bool IsPathLookup { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPathWrite

Gets a value indicating whether this instance is PathWrite

Declaration
public bool IsPathWrite { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RestoreError()
  • Properties
    • AsInProgress
    • AsInvalidRevision
    • AsOther
    • AsPathLookup
    • AsPathWrite
    • IsInProgress
    • IsInvalidRevision
    • IsOther
    • IsPathLookup
    • IsPathWrite
Back to top Generated by DocFX