• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class RelocationBatchJobStatus.Complete

The copy or move batch job has finished.

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

Constructors

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

| Improve this Doc View Source

Value

Gets the value of this instance.

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