Dropbox .NET SDK
Show / Hide Table of Contents

Class RelocationBatchJobStatus.Failed

The copy or move batch job has failed with exception.

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

Constructors

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

View Source

Value

Gets the value of this instance.

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