Class UploadSessionFinishBatchArg
The upload session finish batch arg object
Inheritance
System.Object
    UploadSessionFinishBatchArg
  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 UploadSessionFinishBatchArg
  Constructors
| Improve this Doc View SourceUploadSessionFinishBatchArg(IEnumerable<UploadSessionFinishArg>)
Initializes a new instance of the UploadSessionFinishBatchArg class.
Declaration
public UploadSessionFinishBatchArg(IEnumerable<UploadSessionFinishArg> entries)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IEnumerable<UploadSessionFinishArg> | entries | Commit information for each file in the batch.  | 
      
Properties
| Improve this Doc View SourceEntries
Commit information for each file in the batch.
Declaration
public IList<UploadSessionFinishArg> Entries { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IList<UploadSessionFinishArg> |