Class UploadSessionFinishBatchLaunch
Result returned by UploadSessionFinishBatchAsync(UploadSessionFinishBatchArg) that may either launch an asynchronous job or complete synchronously.
Inheritance
System.Object
    UploadSessionFinishBatchLaunch
      
      
      
  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 UploadSessionFinishBatchLaunch
  Constructors
| Improve this Doc View SourceUploadSessionFinishBatchLaunch()
Initializes a new instance of the UploadSessionFinishBatchLaunch class.
Declaration
public UploadSessionFinishBatchLaunch()
  Properties
| Improve this Doc View SourceAsAsyncJobId
Gets this instance as a AsyncJobId, or null.
Declaration
public UploadSessionFinishBatchLaunch.AsyncJobId AsAsyncJobId { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionFinishBatchLaunch.AsyncJobId | 
AsComplete
Gets this instance as a Complete, or null.
Declaration
public UploadSessionFinishBatchLaunch.Complete AsComplete { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionFinishBatchLaunch.Complete | 
AsOther
Gets this instance as a Other, or null.
Declaration
public UploadSessionFinishBatchLaunch.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionFinishBatchLaunch.Other | 
IsAsyncJobId
Gets a value indicating whether this instance is AsyncJobId
Declaration
public bool IsAsyncJobId { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsComplete
Gets a value indicating whether this instance is Complete
Declaration
public bool IsComplete { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |