Class UploadSessionStartResult
The upload session start result object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class UploadSessionStartResult
Constructors
View SourceUploadSessionStartResult(string)
Initializes a new instance of the UploadSessionStartResult class.
Declaration
public UploadSessionStartResult(string sessionId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sessionId | A unique identifier for the upload session. Pass this to UploadSessionAppendV2Async(UploadSessionAppendArg, Stream) and UploadSessionFinishAsync(UploadSessionFinishArg, Stream). |
Properties
View SourceSessionId
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 |
|---|---|
| string |