Dropbox .NET SDK
Show / Hide Table of Contents

Class DeleteBatchLaunch.Complete

The complete object

Inheritance
object
DeleteBatchLaunch
DeleteBatchLaunch.Complete
Inherited Members
DeleteBatchLaunch.IsComplete
DeleteBatchLaunch.AsComplete
DeleteBatchLaunch.IsOther
DeleteBatchLaunch.AsOther
DeleteBatchLaunch.IsAsyncJobId
DeleteBatchLaunch.AsAsyncJobId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class DeleteBatchLaunch.Complete : DeleteBatchLaunch

Constructors

View Source

Complete(DeleteBatchResult)

Initializes a new instance of the DeleteBatchLaunch.Complete class.

Declaration
public Complete(DeleteBatchResult value)
Parameters
Type Name Description
DeleteBatchResult value

The value

Properties

View Source

Value

Gets the value of this instance.

Declaration
public DeleteBatchResult Value { get; }
Property Value
Type Description
DeleteBatchResult
  • View Source
In this article
Back to top Dropbox .NET SDK