Class RelocationError.FromLookup
The from lookup object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class RelocationError.FromLookup : RelocationError
Constructors
View SourceFromLookup(LookupError)
Initializes a new instance of the RelocationError.FromLookup class.
Declaration
public FromLookup(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 |