Show / Hide Table of Contents

Class UploadSessionStartBatchResult

The upload session start batch result object

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

Constructors

| Improve this Doc View Source

UploadSessionStartBatchResult(IEnumerable<String>)

Initializes a new instance of the UploadSessionStartBatchResult class.

Declaration
public UploadSessionStartBatchResult(IEnumerable<string> sessionIds)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.String> sessionIds

A List of unique identifiers for the upload session. Pass each session_id to UploadSessionAppendV2Async(UploadSessionAppendArg, Stream) and UploadSessionFinishAsync(UploadSessionFinishArg, Stream).

Properties

| Improve this Doc View Source

SessionIds

A List of unique identifiers for the upload session. Pass each session_id to UploadSessionAppendV2Async(UploadSessionAppendArg, Stream) and UploadSessionFinishAsync(UploadSessionFinishArg, Stream).

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