Class RelocationBatchV2JobStatus
Result returned by CopyBatchCheckV2Async(PollArg) or MoveBatchCheckV2Async(PollArg) that may either be in progress or completed with result for each entry.
Inheritance
RelocationBatchV2JobStatus
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class RelocationBatchV2JobStatus
Constructors
View SourceRelocationBatchV2JobStatus()
Initializes a new instance of the RelocationBatchV2JobStatus class.
Declaration
public RelocationBatchV2JobStatus()
Properties
View SourceAsComplete
Gets this instance as a Complete, or null.
Declaration
public RelocationBatchV2JobStatus.Complete AsComplete { get; }
Property Value
| Type | Description |
|---|---|
| RelocationBatchV2JobStatus.Complete |
AsInProgress
Gets this instance as a InProgress, or null.
Declaration
public RelocationBatchV2JobStatus.InProgress AsInProgress { get; }
Property Value
| Type | Description |
|---|---|
| RelocationBatchV2JobStatus.InProgress |
IsComplete
Gets a value indicating whether this instance is Complete
Declaration
public bool IsComplete { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInProgress
Gets a value indicating whether this instance is InProgress
Declaration
public bool IsInProgress { get; }
Property Value
| Type | Description |
|---|---|
| bool |