Dropbox .NET SDK
Show / Hide Table of Contents

Class UploadSessionAppendBatchResult

The upload session append batch result object

Inheritance
object
UploadSessionAppendBatchResult
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 UploadSessionAppendBatchResult

Constructors

View Source

UploadSessionAppendBatchResult(IEnumerable<UploadSessionAppendBatchResultEntry>)

Initializes a new instance of the UploadSessionAppendBatchResult class.

Declaration
public UploadSessionAppendBatchResult(IEnumerable<UploadSessionAppendBatchResultEntry> entries)
Parameters
Type Name Description
IEnumerable<UploadSessionAppendBatchResultEntry> entries

Each entry in Entries will appear at the same position inside Entries.

Properties

View Source

Entries

Each entry in Entries will appear at the same position inside Entries.

Declaration
public IList<UploadSessionAppendBatchResultEntry> Entries { get; protected set; }
Property Value
Type Description
IList<UploadSessionAppendBatchResultEntry>
  • View Source
In this article
Back to top Dropbox .NET SDK