Dropbox .NET SDK
Show / Hide Table of Contents

Class UploadSessionFinishBatchJobStatus.Complete

The UploadSessionFinishBatchAsync(UploadSessionFinishBatchArg) has finished.

Inheritance
object
UploadSessionFinishBatchJobStatus
UploadSessionFinishBatchJobStatus.Complete
Inherited Members
UploadSessionFinishBatchJobStatus.IsComplete
UploadSessionFinishBatchJobStatus.AsComplete
UploadSessionFinishBatchJobStatus.IsInProgress
UploadSessionFinishBatchJobStatus.AsInProgress
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 UploadSessionFinishBatchJobStatus.Complete : UploadSessionFinishBatchJobStatus

Constructors

View Source

Complete(UploadSessionFinishBatchResult)

Initializes a new instance of the UploadSessionFinishBatchJobStatus.Complete class.

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

The value

Properties

View Source

Value

Gets the value of this instance.

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