Class RestoreError.PathWrite
An error occurs when trying to restore the file to that path.
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class RestoreError.PathWrite : RestoreError
Constructors
View SourcePathWrite(WriteError)
Initializes a new instance of the RestoreError.PathWrite class.
Declaration
public PathWrite(WriteError value)
Parameters
| Type | Name | Description |
|---|---|---|
| WriteError | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public WriteError Value { get; }
Property Value
| Type | Description |
|---|---|
| WriteError |