Show / Hide Table of Contents

Class RelocationError

The relocation error object

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

Constructors

| Improve this Doc View Source

RelocationError()

Initializes a new instance of the RelocationError class.

Declaration
public RelocationError()

Properties

| Improve this Doc View Source

AsCantCopySharedFolder

Gets this instance as a CantCopySharedFolder, or null.

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

AsCantMoveFolderIntoItself

Gets this instance as a CantMoveFolderIntoItself, or null.

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

AsCantMoveIntoFamily

Gets this instance as a CantMoveIntoFamily, or null.

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

AsCantMoveIntoVault

Gets this instance as a CantMoveIntoVault, or null.

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

AsCantMoveSharedFolder

Gets this instance as a CantMoveSharedFolder, or null.

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

AsCantNestSharedFolder

Gets this instance as a CantNestSharedFolder, or null.

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

AsCantTransferOwnership

Gets this instance as a CantTransferOwnership, or null.

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

AsDuplicatedOrNestedPaths

Gets this instance as a DuplicatedOrNestedPaths, or null.

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

AsFromLookup

Gets this instance as a FromLookup, or null.

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

AsFromWrite

Gets this instance as a FromWrite, or null.

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

AsInsufficientQuota

Gets this instance as a InsufficientQuota, or null.

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

AsInternalError

Gets this instance as a InternalError, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTo

Gets this instance as a To, or null.

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

AsTooManyFiles

Gets this instance as a TooManyFiles, or null.

Declaration
public RelocationError.TooManyFiles AsTooManyFiles { get; }
Property Value
Type Description
RelocationError.TooManyFiles
| 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
In This Article
  • Constructors
    • RelocationError()
  • Properties
    • AsCantCopySharedFolder
    • AsCantMoveFolderIntoItself
    • AsCantMoveIntoFamily
    • AsCantMoveIntoVault
    • AsCantMoveSharedFolder
    • AsCantNestSharedFolder
    • AsCantTransferOwnership
    • AsDuplicatedOrNestedPaths
    • AsFromLookup
    • AsFromWrite
    • AsInsufficientQuota
    • AsInternalError
    • AsOther
    • AsTo
    • AsTooManyFiles
    • IsCantCopySharedFolder
    • IsCantMoveFolderIntoItself
    • IsCantMoveIntoFamily
    • IsCantMoveIntoVault
    • IsCantMoveSharedFolder
    • IsCantNestSharedFolder
    • IsCantTransferOwnership
    • IsDuplicatedOrNestedPaths
    • IsFromLookup
    • IsFromWrite
    • IsInsufficientQuota
    • IsInternalError
    • IsOther
    • IsTo
    • IsTooManyFiles
Back to top Generated by DocFX