Show / Hide Table of Contents

Class UploadSessionFinishBatchArg

The upload session finish batch arg object

Inheritance
System.Object
UploadSessionFinishBatchArg
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 UploadSessionFinishBatchArg

Constructors

| Improve this Doc View Source

UploadSessionFinishBatchArg(IEnumerable<UploadSessionFinishArg>)

Initializes a new instance of the UploadSessionFinishBatchArg class.

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

Commit information for each file in the batch.

Properties

| Improve this Doc View Source

Entries

Commit information for each file in the batch.

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