Class RelocationBatchV2Launch
Result returned by CopyBatchV2Async(RelocationBatchArgBase) or MoveBatchV2Async(MoveBatchArg) that may either launch an asynchronous job or complete synchronously.
Inheritance
RelocationBatchV2Launch
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class RelocationBatchV2Launch
Constructors
View SourceRelocationBatchV2Launch()
Initializes a new instance of the RelocationBatchV2Launch class.
Declaration
public RelocationBatchV2Launch()
Properties
View SourceAsAsyncJobId
Gets this instance as a AsyncJobId, or null.
Declaration
public RelocationBatchV2Launch.AsyncJobId AsAsyncJobId { get; }
Property Value
| Type | Description |
|---|---|
| RelocationBatchV2Launch.AsyncJobId |
AsComplete
Gets this instance as a Complete, or null.
Declaration
public RelocationBatchV2Launch.Complete AsComplete { get; }
Property Value
| Type | Description |
|---|---|
| RelocationBatchV2Launch.Complete |
IsAsyncJobId
Gets a value indicating whether this instance is AsyncJobId
Declaration
public bool IsAsyncJobId { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsComplete
Gets a value indicating whether this instance is Complete
Declaration
public bool IsComplete { get; }
Property Value
| Type | Description |
|---|---|
| bool |