Show / Hide Table of Contents

Class RelocationBatchJobStatus.Failed

The copy or move batch job has failed with exception.

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

Constructors

| Improve this Doc View Source

Failed(RelocationBatchError)

Initializes a new instance of the RelocationBatchJobStatus.Failed class.

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

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

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