Class DeleteBatchJobStatus.Failed
The batch delete has failed.
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class DeleteBatchJobStatus.Failed : DeleteBatchJobStatus
Constructors
View SourceFailed(DeleteBatchError)
Initializes a new instance of the DeleteBatchJobStatus.Failed class.
Declaration
public Failed(DeleteBatchError value)
Parameters
| Type | Name | Description |
|---|---|---|
| DeleteBatchError | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public DeleteBatchError Value { get; }
Property Value
| Type | Description |
|---|---|
| DeleteBatchError |