Show / Hide Table of Contents

Class DeleteBatchLaunch

Result returned by DeleteBatchAsync(DeleteBatchArg) that may either launch an asynchronous job or complete synchronously.

Inheritance
System.Object
DeleteBatchLaunch
DeleteBatchLaunch.AsyncJobId
DeleteBatchLaunch.Complete
DeleteBatchLaunch.Other
Inherited Members
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 class DeleteBatchLaunch

Constructors

| Improve this Doc View Source

DeleteBatchLaunch()

Initializes a new instance of the DeleteBatchLaunch class.

Declaration
public DeleteBatchLaunch()

Properties

| Improve this Doc View Source

AsAsyncJobId

Gets this instance as a AsyncJobId, or null.

Declaration
public DeleteBatchLaunch.AsyncJobId AsAsyncJobId { get; }
Property Value
Type Description
DeleteBatchLaunch.AsyncJobId
| Improve this Doc View Source

AsComplete

Gets this instance as a Complete, or null.

Declaration
public DeleteBatchLaunch.Complete AsComplete { get; }
Property Value
Type Description
DeleteBatchLaunch.Complete
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public DeleteBatchLaunch.Other AsOther { get; }
Property Value
Type Description
DeleteBatchLaunch.Other
| Improve this Doc View Source

IsAsyncJobId

Gets a value indicating whether this instance is AsyncJobId

Declaration
public bool IsAsyncJobId { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsComplete

Gets a value indicating whether this instance is Complete

Declaration
public bool IsComplete { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DeleteBatchLaunch()
  • Properties
    • AsAsyncJobId
    • AsComplete
    • AsOther
    • IsAsyncJobId
    • IsComplete
    • IsOther
Back to top Generated by DocFX