Class UploadSessionFinishBatchResult
The upload session finish batch result object
Inheritance
System.Object
UploadSessionFinishBatchResult
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 UploadSessionFinishBatchResult
Constructors
| Improve this Doc View SourceUploadSessionFinishBatchResult(IEnumerable<UploadSessionFinishBatchResultEntry>)
Initializes a new instance of the UploadSessionFinishBatchResult class.
Declaration
public UploadSessionFinishBatchResult(IEnumerable<UploadSessionFinishBatchResultEntry> entries)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<UploadSessionFinishBatchResultEntry> | entries | Each entry in Entries will appear at the same position inside Entries. |
Properties
| Improve this Doc View SourceEntries
Declaration
public IList<UploadSessionFinishBatchResultEntry> Entries { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<UploadSessionFinishBatchResultEntry> |