Dropbox .NET SDK
Show / Hide Table of Contents

Class RelocationBatchJobStatus.Complete

The copy or move batch job has finished.

Inheritance
object
RelocationBatchJobStatus
RelocationBatchJobStatus.Complete
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.Complete : RelocationBatchJobStatus

Constructors

View Source

Complete(RelocationBatchResult)

Initializes a new instance of the RelocationBatchJobStatus.Complete class.

Declaration
public Complete(RelocationBatchResult value)
Parameters
Type Name Description
RelocationBatchResult value

The value

Properties

View Source

Value

Gets the value of this instance.

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