Show / Hide Table of Contents

Class DeleteBatchJobStatus.Failed

The batch delete has failed.

Inheritance
System.Object
DeleteBatchJobStatus
DeleteBatchJobStatus.Failed
Inherited Members
DeleteBatchJobStatus.IsComplete
DeleteBatchJobStatus.AsComplete
DeleteBatchJobStatus.IsFailed
DeleteBatchJobStatus.AsFailed
DeleteBatchJobStatus.IsOther
DeleteBatchJobStatus.AsOther
DeleteBatchJobStatus.IsInProgress
DeleteBatchJobStatus.AsInProgress
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 Failed : DeleteBatchJobStatus

Constructors

| Improve this Doc View Source

Failed(DeleteBatchError)

Initializes a new instance of the DeleteBatchJobStatus.Failed class.

Declaration
public Failed(DeleteBatchError value)
Parameters
Type Name Description
DeleteBatchError value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

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