Class DeleteBatchError
The delete batch error object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class DeleteBatchError
Constructors
View SourceDeleteBatchError()
Initializes a new instance of the DeleteBatchError class.
Declaration
public DeleteBatchError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public DeleteBatchError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| DeleteBatchError.Other |
AsTooManyWriteOperations
Gets this instance as a TooManyWriteOperations, or null.
Declaration
public DeleteBatchError.TooManyWriteOperations AsTooManyWriteOperations { get; }
Property Value
| Type | Description |
|---|---|
| DeleteBatchError.TooManyWriteOperations |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTooManyWriteOperations
Gets a value indicating whether this instance is TooManyWriteOperations
Declaration
public bool IsTooManyWriteOperations { get; }
Property Value
| Type | Description |
|---|---|
| bool |