Dropbox .NET SDK
Show / Hide Table of Contents

Class DeleteBatchError

The delete batch error object

Inheritance
object
DeleteBatchError
DeleteBatchError.Other
DeleteBatchError.TooManyWriteOperations
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class DeleteBatchError

Constructors

View Source

DeleteBatchError()

Initializes a new instance of the DeleteBatchError class.

Declaration
public DeleteBatchError()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public DeleteBatchError.Other AsOther { get; }
Property Value
Type Description
DeleteBatchError.Other
View Source

AsTooManyWriteOperations

Gets this instance as a TooManyWriteOperations, or null.

Declaration
public DeleteBatchError.TooManyWriteOperations AsTooManyWriteOperations { get; }
Property Value
Type Description
DeleteBatchError.TooManyWriteOperations
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsTooManyWriteOperations

Gets a value indicating whether this instance is TooManyWriteOperations

Declaration
public bool IsTooManyWriteOperations { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK