Class UploadSessionStartBatchResult
The upload session start batch result object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class UploadSessionStartBatchResult
Constructors
View SourceUploadSessionStartBatchResult(IEnumerable<string>)
Initializes a new instance of the UploadSessionStartBatchResult class.
Declaration
public UploadSessionStartBatchResult(IEnumerable<string> sessionIds)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | sessionIds | A List of unique identifiers for the upload session. Pass each session_id to UploadSessionAppendV2Async(UploadSessionAppendArg, Stream) and UploadSessionFinishAsync(UploadSessionFinishArg, Stream). |
Properties
View SourceSessionIds
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 |
|---|---|
| IList<string> |