Dropbox .NET SDK
Show / Hide Table of Contents

Class CreateFolderBatchError

The create folder batch error object

Inheritance
object
CreateFolderBatchError
CreateFolderBatchError.Other
CreateFolderBatchError.TooManyFiles
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 CreateFolderBatchError

Constructors

View Source

CreateFolderBatchError()

Initializes a new instance of the CreateFolderBatchError class.

Declaration
public CreateFolderBatchError()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

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

AsTooManyFiles

Gets this instance as a TooManyFiles, or null.

Declaration
public CreateFolderBatchError.TooManyFiles AsTooManyFiles { get; }
Property Value
Type Description
CreateFolderBatchError.TooManyFiles
View Source

IsOther

Gets a value indicating whether this instance is Other

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

IsTooManyFiles

Gets a value indicating whether this instance is TooManyFiles

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