Class RestoreError.PathLookup
An error occurs when downloading metadata for the file.
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class RestoreError.PathLookup : RestoreError
Constructors
View SourcePathLookup(LookupError)
Initializes a new instance of the RestoreError.PathLookup class.
Declaration
public PathLookup(LookupError value)
Parameters
| Type | Name | Description |
|---|---|---|
| LookupError | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public LookupError Value { get; }
Property Value
| Type | Description |
|---|---|
| LookupError |