Show / Hide Table of Contents

Class RelocationBatchError

The relocation batch error object

Inheritance
System.Object
RelocationBatchError
RelocationBatchError.CantCopySharedFolder
RelocationBatchError.CantMoveFolderIntoItself
RelocationBatchError.CantMoveIntoFamily
RelocationBatchError.CantMoveIntoVault
RelocationBatchError.CantMoveSharedFolder
RelocationBatchError.CantNestSharedFolder
RelocationBatchError.CantTransferOwnership
RelocationBatchError.DuplicatedOrNestedPaths
RelocationBatchError.FromLookup
RelocationBatchError.FromWrite
RelocationBatchError.InsufficientQuota
RelocationBatchError.InternalError
RelocationBatchError.Other
RelocationBatchError.To
RelocationBatchError.TooManyFiles
RelocationBatchError.TooManyWriteOperations
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 RelocationBatchError

Constructors

| Improve this Doc View Source

RelocationBatchError()

Initializes a new instance of the RelocationBatchError class.

Declaration
public RelocationBatchError()

Properties

| Improve this Doc View Source

AsCantCopySharedFolder

Gets this instance as a CantCopySharedFolder, or null.

Declaration
public RelocationBatchError.CantCopySharedFolder AsCantCopySharedFolder { get; }
Property Value
Type Description
RelocationBatchError.CantCopySharedFolder
| Improve this Doc View Source

AsCantMoveFolderIntoItself

Gets this instance as a CantMoveFolderIntoItself, or null.

Declaration
public RelocationBatchError.CantMoveFolderIntoItself AsCantMoveFolderIntoItself { get; }
Property Value
Type Description
RelocationBatchError.CantMoveFolderIntoItself
| Improve this Doc View Source

AsCantMoveIntoFamily

Gets this instance as a CantMoveIntoFamily, or null.

Declaration
public RelocationBatchError.CantMoveIntoFamily AsCantMoveIntoFamily { get; }
Property Value
Type Description
RelocationBatchError.CantMoveIntoFamily
| Improve this Doc View Source

AsCantMoveIntoVault

Gets this instance as a CantMoveIntoVault, or null.

Declaration
public RelocationBatchError.CantMoveIntoVault AsCantMoveIntoVault { get; }
Property Value
Type Description
RelocationBatchError.CantMoveIntoVault
| Improve this Doc View Source

AsCantMoveSharedFolder

Gets this instance as a CantMoveSharedFolder, or null.

Declaration
public RelocationBatchError.CantMoveSharedFolder AsCantMoveSharedFolder { get; }
Property Value
Type Description
RelocationBatchError.CantMoveSharedFolder
| Improve this Doc View Source

AsCantNestSharedFolder

Gets this instance as a CantNestSharedFolder, or null.

Declaration
public RelocationBatchError.CantNestSharedFolder AsCantNestSharedFolder { get; }
Property Value
Type Description
RelocationBatchError.CantNestSharedFolder
| Improve this Doc View Source

AsCantTransferOwnership

Gets this instance as a CantTransferOwnership, or null.

Declaration
public RelocationBatchError.CantTransferOwnership AsCantTransferOwnership { get; }
Property Value
Type Description
RelocationBatchError.CantTransferOwnership
| Improve this Doc View Source

AsDuplicatedOrNestedPaths

Gets this instance as a DuplicatedOrNestedPaths, or null.

Declaration
public RelocationBatchError.DuplicatedOrNestedPaths AsDuplicatedOrNestedPaths { get; }
Property Value
Type Description
RelocationBatchError.DuplicatedOrNestedPaths
| Improve this Doc View Source

AsFromLookup

Gets this instance as a FromLookup, or null.

Declaration
public RelocationBatchError.FromLookup AsFromLookup { get; }
Property Value
Type Description
RelocationBatchError.FromLookup
| Improve this Doc View Source

AsFromWrite

Gets this instance as a FromWrite, or null.

Declaration
public RelocationBatchError.FromWrite AsFromWrite { get; }
Property Value
Type Description
RelocationBatchError.FromWrite
| Improve this Doc View Source

AsInsufficientQuota

Gets this instance as a InsufficientQuota, or null.

Declaration
public RelocationBatchError.InsufficientQuota AsInsufficientQuota { get; }
Property Value
Type Description
RelocationBatchError.InsufficientQuota
| Improve this Doc View Source

AsInternalError

Gets this instance as a InternalError, or null.

Declaration
public RelocationBatchError.InternalError AsInternalError { get; }
Property Value
Type Description
RelocationBatchError.InternalError
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public RelocationBatchError.Other AsOther { get; }
Property Value
Type Description
RelocationBatchError.Other
| Improve this Doc View Source

AsTo

Gets this instance as a To, or null.

Declaration
public RelocationBatchError.To AsTo { get; }
Property Value
Type Description
RelocationBatchError.To
| Improve this Doc View Source

AsTooManyFiles

Gets this instance as a TooManyFiles, or null.

Declaration
public RelocationBatchError.TooManyFiles AsTooManyFiles { get; }
Property Value
Type Description
RelocationBatchError.TooManyFiles
| Improve this Doc View Source

AsTooManyWriteOperations

Gets this instance as a TooManyWriteOperations, or null.

Declaration
public RelocationBatchError.TooManyWriteOperations AsTooManyWriteOperations { get; }
Property Value
Type Description
RelocationBatchError.TooManyWriteOperations
| Improve this Doc View Source

IsCantCopySharedFolder

Gets a value indicating whether this instance is CantCopySharedFolder

Declaration
public bool IsCantCopySharedFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsCantMoveFolderIntoItself

Gets a value indicating whether this instance is CantMoveFolderIntoItself

Declaration
public bool IsCantMoveFolderIntoItself { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsCantMoveIntoFamily

Gets a value indicating whether this instance is CantMoveIntoFamily

Declaration
public bool IsCantMoveIntoFamily { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsCantMoveIntoVault

Gets a value indicating whether this instance is CantMoveIntoVault

Declaration
public bool IsCantMoveIntoVault { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsCantMoveSharedFolder

Gets a value indicating whether this instance is CantMoveSharedFolder

Declaration
public bool IsCantMoveSharedFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsCantNestSharedFolder

Gets a value indicating whether this instance is CantNestSharedFolder

Declaration
public bool IsCantNestSharedFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsCantTransferOwnership

Gets a value indicating whether this instance is CantTransferOwnership

Declaration
public bool IsCantTransferOwnership { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsDuplicatedOrNestedPaths

Gets a value indicating whether this instance is DuplicatedOrNestedPaths

Declaration
public bool IsDuplicatedOrNestedPaths { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsFromLookup

Gets a value indicating whether this instance is FromLookup

Declaration
public bool IsFromLookup { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsFromWrite

Gets a value indicating whether this instance is FromWrite

Declaration
public bool IsFromWrite { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInsufficientQuota

Gets a value indicating whether this instance is InsufficientQuota

Declaration
public bool IsInsufficientQuota { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInternalError

Gets a value indicating whether this instance is InternalError

Declaration
public bool IsInternalError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTo

Gets a value indicating whether this instance is To

Declaration
public bool IsTo { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTooManyFiles

Gets a value indicating whether this instance is TooManyFiles

Declaration
public bool IsTooManyFiles { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTooManyWriteOperations

Gets a value indicating whether this instance is TooManyWriteOperations

Declaration
public bool IsTooManyWriteOperations { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RelocationBatchError()
  • Properties
    • AsCantCopySharedFolder
    • AsCantMoveFolderIntoItself
    • AsCantMoveIntoFamily
    • AsCantMoveIntoVault
    • AsCantMoveSharedFolder
    • AsCantNestSharedFolder
    • AsCantTransferOwnership
    • AsDuplicatedOrNestedPaths
    • AsFromLookup
    • AsFromWrite
    • AsInsufficientQuota
    • AsInternalError
    • AsOther
    • AsTo
    • AsTooManyFiles
    • AsTooManyWriteOperations
    • IsCantCopySharedFolder
    • IsCantMoveFolderIntoItself
    • IsCantMoveIntoFamily
    • IsCantMoveIntoVault
    • IsCantMoveSharedFolder
    • IsCantNestSharedFolder
    • IsCantTransferOwnership
    • IsDuplicatedOrNestedPaths
    • IsFromLookup
    • IsFromWrite
    • IsInsufficientQuota
    • IsInternalError
    • IsOther
    • IsTo
    • IsTooManyFiles
    • IsTooManyWriteOperations
Back to top Generated by DocFX