Class RelocationBatchJobStatus.Complete
The copy or move batch job has finished.
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class RelocationBatchJobStatus.Complete : RelocationBatchJobStatus
Constructors
View SourceComplete(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 SourceValue
Gets the value of this instance.
Declaration
public RelocationBatchResult Value { get; }
Property Value
| Type | Description |
|---|---|
| RelocationBatchResult |