Dropbox .NET SDK
Show / Hide Table of Contents

Class UploadSessionFinishBatchLaunch

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

Inheritance
object
UploadSessionFinishBatchLaunch
UploadSessionFinishBatchLaunch.AsyncJobId
UploadSessionFinishBatchLaunch.Complete
UploadSessionFinishBatchLaunch.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class UploadSessionFinishBatchLaunch

Constructors

View Source

UploadSessionFinishBatchLaunch()

Initializes a new instance of the UploadSessionFinishBatchLaunch class.

Declaration
public UploadSessionFinishBatchLaunch()

Properties

View Source

AsAsyncJobId

Gets this instance as a AsyncJobId, or null.

Declaration
public UploadSessionFinishBatchLaunch.AsyncJobId AsAsyncJobId { get; }
Property Value
Type Description
UploadSessionFinishBatchLaunch.AsyncJobId
View Source

AsComplete

Gets this instance as a Complete, or null.

Declaration
public UploadSessionFinishBatchLaunch.Complete AsComplete { get; }
Property Value
Type Description
UploadSessionFinishBatchLaunch.Complete
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public UploadSessionFinishBatchLaunch.Other AsOther { get; }
Property Value
Type Description
UploadSessionFinishBatchLaunch.Other
View Source

IsAsyncJobId

Gets a value indicating whether this instance is AsyncJobId

Declaration
public bool IsAsyncJobId { get; }
Property Value
Type Description
bool
View Source

IsComplete

Gets a value indicating whether this instance is Complete

Declaration
public bool IsComplete { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

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