Show / Hide Table of Contents

Class UploadSessionStartResult

The upload session start result object

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

Constructors

| Improve this Doc View Source

UploadSessionStartResult(String)

Initializes a new instance of the UploadSessionStartResult class.

Declaration
public UploadSessionStartResult(string sessionId)
Parameters
Type Name Description
System.String sessionId

A unique identifier for the upload session. Pass this to UploadSessionAppendV2Async(UploadSessionAppendArg, Stream) and UploadSessionFinishAsync(UploadSessionFinishArg, Stream).

Properties

| Improve this Doc View Source

SessionId

A unique identifier for the upload session. Pass this to UploadSessionAppendV2Async(UploadSessionAppendArg, Stream) and UploadSessionFinishAsync(UploadSessionFinishArg, Stream).

Declaration
public string SessionId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UploadSessionStartResult(String)
  • Properties
    • SessionId
Back to top Generated by DocFX