Class RelocationBatchErrorEntry
The relocation batch error entry object
Inheritance
System.Object
    RelocationBatchErrorEntry
      
      
      
      
  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 RelocationBatchErrorEntry
  Constructors
| Improve this Doc View SourceRelocationBatchErrorEntry()
Initializes a new instance of the RelocationBatchErrorEntry class.
Declaration
public RelocationBatchErrorEntry()
  Properties
| Improve this Doc View SourceAsInternalError
Gets this instance as a InternalError, or null.
Declaration
public RelocationBatchErrorEntry.InternalError AsInternalError { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchErrorEntry.InternalError | 
AsOther
Gets this instance as a Other, or null.
Declaration
public RelocationBatchErrorEntry.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchErrorEntry.Other | 
AsRelocationError
Gets this instance as a RelocationError, or null.
Declaration
public RelocationBatchErrorEntry.RelocationError AsRelocationError { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchErrorEntry.RelocationError | 
AsTooManyWriteOperations
Gets this instance as a TooManyWriteOperations, or null.
Declaration
public RelocationBatchErrorEntry.TooManyWriteOperations AsTooManyWriteOperations { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchErrorEntry.TooManyWriteOperations | 
IsInternalError
Gets a value indicating whether this instance is InternalError
Declaration
public bool IsInternalError { 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 | 
IsRelocationError
Gets a value indicating whether this instance is RelocationError
Declaration
public bool IsRelocationError { 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 |