Dropbox .NET SDK
Show / Hide Table of Contents

Class CreateFolderBatchError.TooManyFiles

The operation would involve too many files or folders.

Inheritance
object
CreateFolderBatchError
CreateFolderBatchError.TooManyFiles
Inherited Members
CreateFolderBatchError.IsTooManyFiles
CreateFolderBatchError.AsTooManyFiles
CreateFolderBatchError.IsOther
CreateFolderBatchError.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 CreateFolderBatchError.TooManyFiles : CreateFolderBatchError

Fields

View Source

Instance

A singleton instance of TooManyFiles

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