Dropbox .NET SDK
Show / Hide Table of Contents

Class UploadSessionFinishBatchArg

The upload session finish batch arg object

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

Constructors

View Source

UploadSessionFinishBatchArg(IEnumerable<UploadSessionFinishArg>)

Initializes a new instance of the UploadSessionFinishBatchArg class.

Declaration
public UploadSessionFinishBatchArg(IEnumerable<UploadSessionFinishArg> entries)
Parameters
Type Name Description
IEnumerable<UploadSessionFinishArg> entries

Commit information for each file in the batch.

Properties

View Source

Entries

Commit information for each file in the batch.

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