Class RelocationBatchError
The relocation batch error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class RelocationBatchError
  Constructors
| Improve this Doc View SourceRelocationBatchError()
Initializes a new instance of the RelocationBatchError class.
Declaration
public RelocationBatchError()
  Properties
| Improve this Doc View SourceAsCantCopySharedFolder
Gets this instance as a CantCopySharedFolder, or null.
Declaration
public RelocationBatchError.CantCopySharedFolder AsCantCopySharedFolder { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchError.CantCopySharedFolder | 
AsCantMoveFolderIntoItself
Gets this instance as a CantMoveFolderIntoItself, or null.
Declaration
public RelocationBatchError.CantMoveFolderIntoItself AsCantMoveFolderIntoItself { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchError.CantMoveFolderIntoItself | 
AsCantMoveIntoFamily
Gets this instance as a CantMoveIntoFamily, or null.
Declaration
public RelocationBatchError.CantMoveIntoFamily AsCantMoveIntoFamily { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchError.CantMoveIntoFamily | 
AsCantMoveIntoVault
Gets this instance as a CantMoveIntoVault, or null.
Declaration
public RelocationBatchError.CantMoveIntoVault AsCantMoveIntoVault { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchError.CantMoveIntoVault | 
AsCantMoveSharedFolder
Gets this instance as a CantMoveSharedFolder, or null.
Declaration
public RelocationBatchError.CantMoveSharedFolder AsCantMoveSharedFolder { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchError.CantMoveSharedFolder | 
AsCantNestSharedFolder
Gets this instance as a CantNestSharedFolder, or null.
Declaration
public RelocationBatchError.CantNestSharedFolder AsCantNestSharedFolder { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchError.CantNestSharedFolder | 
AsCantTransferOwnership
Gets this instance as a CantTransferOwnership, or null.
Declaration
public RelocationBatchError.CantTransferOwnership AsCantTransferOwnership { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchError.CantTransferOwnership | 
AsDuplicatedOrNestedPaths
Gets this instance as a DuplicatedOrNestedPaths, or null.
Declaration
public RelocationBatchError.DuplicatedOrNestedPaths AsDuplicatedOrNestedPaths { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchError.DuplicatedOrNestedPaths | 
AsFromLookup
Gets this instance as a FromLookup, or null.
Declaration
public RelocationBatchError.FromLookup AsFromLookup { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchError.FromLookup | 
AsFromWrite
Gets this instance as a FromWrite, or null.
Declaration
public RelocationBatchError.FromWrite AsFromWrite { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchError.FromWrite | 
AsInsufficientQuota
Gets this instance as a InsufficientQuota, or null.
Declaration
public RelocationBatchError.InsufficientQuota AsInsufficientQuota { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchError.InsufficientQuota | 
AsInternalError
Gets this instance as a InternalError, or null.
Declaration
public RelocationBatchError.InternalError AsInternalError { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchError.InternalError | 
AsOther
Gets this instance as a Other, or null.
Declaration
public RelocationBatchError.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchError.Other | 
AsTo
Gets this instance as a To, or null.
Declaration
public RelocationBatchError.To AsTo { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchError.To | 
AsTooManyFiles
Gets this instance as a TooManyFiles, or null.
Declaration
public RelocationBatchError.TooManyFiles AsTooManyFiles { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchError.TooManyFiles | 
AsTooManyWriteOperations
Gets this instance as a TooManyWriteOperations, or null.
Declaration
public RelocationBatchError.TooManyWriteOperations AsTooManyWriteOperations { get; }
  Property Value
| Type | Description | 
|---|---|
| RelocationBatchError.TooManyWriteOperations | 
IsCantCopySharedFolder
Gets a value indicating whether this instance is CantCopySharedFolder
Declaration
public bool IsCantCopySharedFolder { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsCantMoveFolderIntoItself
Gets a value indicating whether this instance is CantMoveFolderIntoItself
Declaration
public bool IsCantMoveFolderIntoItself { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsCantMoveIntoFamily
Gets a value indicating whether this instance is CantMoveIntoFamily
Declaration
public bool IsCantMoveIntoFamily { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsCantMoveIntoVault
Gets a value indicating whether this instance is CantMoveIntoVault
Declaration
public bool IsCantMoveIntoVault { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsCantMoveSharedFolder
Gets a value indicating whether this instance is CantMoveSharedFolder
Declaration
public bool IsCantMoveSharedFolder { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsCantNestSharedFolder
Gets a value indicating whether this instance is CantNestSharedFolder
Declaration
public bool IsCantNestSharedFolder { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsCantTransferOwnership
Gets a value indicating whether this instance is CantTransferOwnership
Declaration
public bool IsCantTransferOwnership { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsDuplicatedOrNestedPaths
Gets a value indicating whether this instance is DuplicatedOrNestedPaths
Declaration
public bool IsDuplicatedOrNestedPaths { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsFromLookup
Gets a value indicating whether this instance is FromLookup
Declaration
public bool IsFromLookup { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsFromWrite
Gets a value indicating whether this instance is FromWrite
Declaration
public bool IsFromWrite { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsInsufficientQuota
Gets a value indicating whether this instance is InsufficientQuota
Declaration
public bool IsInsufficientQuota { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
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 | 
IsTo
Gets a value indicating whether this instance is To
Declaration
public bool IsTo { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsTooManyFiles
Gets a value indicating whether this instance is TooManyFiles
Declaration
public bool IsTooManyFiles { 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 |