Show / Hide Table of Contents

Class UploadSessionFinishBatchResult

The upload session finish batch result object

Inheritance
System.Object
UploadSessionFinishBatchResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class UploadSessionFinishBatchResult

Constructors

| Improve this Doc View Source

UploadSessionFinishBatchResult(IEnumerable<UploadSessionFinishBatchResultEntry>)

Initializes a new instance of the UploadSessionFinishBatchResult class.

Declaration
public UploadSessionFinishBatchResult(IEnumerable<UploadSessionFinishBatchResultEntry> entries)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<UploadSessionFinishBatchResultEntry> entries

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

Properties

| Improve this Doc View Source

Entries

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

Declaration
public IList<UploadSessionFinishBatchResultEntry> Entries { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<UploadSessionFinishBatchResultEntry>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UploadSessionFinishBatchResult(IEnumerable<UploadSessionFinishBatchResultEntry>)
  • Properties
    • Entries
Back to top Generated by DocFX