Class DeleteBatchError
The delete batch error object
Inheritance
System.Object
    DeleteBatchError
      
      
  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 DeleteBatchError
  Constructors
| Improve this Doc View SourceDeleteBatchError()
Initializes a new instance of the DeleteBatchError class.
Declaration
public DeleteBatchError()
  Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public DeleteBatchError.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| DeleteBatchError.Other | 
AsTooManyWriteOperations
Gets this instance as a TooManyWriteOperations, or null.
Declaration
public DeleteBatchError.TooManyWriteOperations AsTooManyWriteOperations { get; }
  Property Value
| Type | Description | 
|---|---|
| DeleteBatchError.TooManyWriteOperations | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsTooManyWriteOperations
Gets a value indicating whether this instance is TooManyWriteOperations
Declaration
public bool IsTooManyWriteOperations { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |