Dropbox .NET SDK
Show / Hide Table of Contents

Class CreateFolderBatchResultEntry.Failure

The failure object

Inheritance
object
CreateFolderBatchResultEntry
CreateFolderBatchResultEntry.Failure
Inherited Members
CreateFolderBatchResultEntry.IsSuccess
CreateFolderBatchResultEntry.AsSuccess
CreateFolderBatchResultEntry.IsFailure
CreateFolderBatchResultEntry.AsFailure
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 CreateFolderBatchResultEntry.Failure : CreateFolderBatchResultEntry

Constructors

View Source

Failure(CreateFolderEntryError)

Initializes a new instance of the CreateFolderBatchResultEntry.Failure class.

Declaration
public Failure(CreateFolderEntryError value)
Parameters
Type Name Description
CreateFolderEntryError value

The value

Properties

View Source

Value

Gets the value of this instance.

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