Class DeleteBatchLaunch
Result returned by DeleteBatchAsync(DeleteBatchArg) that may either launch an asynchronous job or complete synchronously.
Inheritance
DeleteBatchLaunch
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class DeleteBatchLaunch
Constructors
View SourceDeleteBatchLaunch()
Initializes a new instance of the DeleteBatchLaunch class.
Declaration
public DeleteBatchLaunch()
Properties
View SourceAsAsyncJobId
Gets this instance as a AsyncJobId, or null.
Declaration
public DeleteBatchLaunch.AsyncJobId AsAsyncJobId { get; }
Property Value
| Type | Description |
|---|---|
| DeleteBatchLaunch.AsyncJobId |
AsComplete
Gets this instance as a Complete, or null.
Declaration
public DeleteBatchLaunch.Complete AsComplete { get; }
Property Value
| Type | Description |
|---|---|
| DeleteBatchLaunch.Complete |
AsOther
Gets this instance as a Other, or null.
Declaration
public DeleteBatchLaunch.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| DeleteBatchLaunch.Other |
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 |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |