Class WriteError.Conflict
Couldn't write to the target path because there was something in the way.
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class WriteError.Conflict : WriteError
Constructors
View SourceConflict(WriteConflictError)
Initializes a new instance of the WriteError.Conflict class.
Declaration
public Conflict(WriteConflictError value)
Parameters
| Type | Name | Description |
|---|---|---|
| WriteConflictError | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public WriteConflictError Value { get; }
Property Value
| Type | Description |
|---|---|
| WriteConflictError |