Show / Hide Table of Contents

Class CreateFolderBatchResultEntry.Failure

The failure object

Inheritance
System.Object
CreateFolderBatchResultEntry
CreateFolderBatchResultEntry.Failure
Inherited Members
CreateFolderBatchResultEntry.IsSuccess
CreateFolderBatchResultEntry.AsSuccess
CreateFolderBatchResultEntry.IsFailure
CreateFolderBatchResultEntry.AsFailure
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class Failure : CreateFolderBatchResultEntry

Constructors

| Improve this Doc 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

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public CreateFolderEntryError Value { get; }
Property Value
Type Description
CreateFolderEntryError
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Failure(CreateFolderEntryError)
  • Properties
    • Value
Back to top Generated by DocFX