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 SourceUploadSessionStartBatchResult(IEnumerable<String>)
Initializes a new instance of the Upload
Declaration
public UploadSessionStartBatchResult(IEnumerable<string> sessionIds)
Parameters
Type | Name | Description |
---|---|---|
System. |
sessionIds | A List of unique identifiers for the upload session. Pass
each session_id to Upload |
Properties
| Improve this Doc View SourceSessionIds
A List of unique identifiers for the upload session. Pass each session_id to
Upload
Declaration
public IList<string> SessionIds { get; protected set; }
Property Value
Type | Description |
---|---|
System. |