Dropbox .NET SDK
Show / Hide Table of Contents

Class DeleteError.TooManyFiles

There are too many files in one request. Please retry with fewer files.

Inheritance
object
DeleteError
DeleteError.TooManyFiles
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.TooManyFiles : DeleteError

Fields

View Source

Instance

A singleton instance of TooManyFiles

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