Dropbox .NET SDK
Show / Hide Table of Contents

Class UploadSessionAppendBatchResultEntry

The upload session append batch result entry object

Inheritance
object
UploadSessionAppendBatchResultEntry
UploadSessionAppendBatchResultEntry.Failure
UploadSessionAppendBatchResultEntry.Success
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 UploadSessionAppendBatchResultEntry

Constructors

View Source

UploadSessionAppendBatchResultEntry()

Initializes a new instance of the UploadSessionAppendBatchResultEntry class.

Declaration
public UploadSessionAppendBatchResultEntry()

Properties

View Source

AsFailure

Gets this instance as a Failure, or null.

Declaration
public UploadSessionAppendBatchResultEntry.Failure AsFailure { get; }
Property Value
Type Description
UploadSessionAppendBatchResultEntry.Failure
View Source

AsSuccess

Gets this instance as a Success, or null.

Declaration
public UploadSessionAppendBatchResultEntry.Success AsSuccess { get; }
Property Value
Type Description
UploadSessionAppendBatchResultEntry.Success
View Source

IsFailure

Gets a value indicating whether this instance is Failure

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

IsSuccess

Gets a value indicating whether this instance is Success

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