Class SaveUrlError.Path
The path object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class SaveUrlError.Path : SaveUrlError
Constructors
View SourcePath(WriteError)
Initializes a new instance of the SaveUrlError.Path class.
Declaration
public Path(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 |