Dropbox .NET SDK
Show / Hide Table of Contents

Class DeleteError.TooManyWriteOperations

There are too many write operations in user's Dropbox. Please retry this request.

Inheritance
object
DeleteError
DeleteError.TooManyWriteOperations
Inherited Members
DeleteError.IsPathLookup
DeleteError.AsPathLookup
DeleteError.IsPathWrite
DeleteError.AsPathWrite
DeleteError.IsTooManyWriteOperations
DeleteError.AsTooManyWriteOperations
DeleteError.IsTooManyFiles
DeleteError.AsTooManyFiles
DeleteError.IsOther
DeleteError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class DeleteError.TooManyWriteOperations : DeleteError

Fields

View Source

Instance

A singleton instance of TooManyWriteOperations

Declaration
public static readonly DeleteError.TooManyWriteOperations Instance
Field Value
Type Description
DeleteError.TooManyWriteOperations
  • View Source
In this article
Back to top Dropbox .NET SDK