Dropbox .NET SDK
Show / Hide Table of Contents

Class RelocationError

The relocation error object

Inheritance
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
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class RelocationError

Constructors

View Source

RelocationError()

Initializes a new instance of the RelocationError class.

Declaration
public RelocationError()

Properties

View Source

AsCantCopySharedFolder

Gets this instance as a CantCopySharedFolder, or null.

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

AsCantMoveFolderIntoItself

Gets this instance as a CantMoveFolderIntoItself, or null.

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

AsCantMoveIntoFamily

Gets this instance as a CantMoveIntoFamily, or null.

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

AsCantMoveIntoVault

Gets this instance as a CantMoveIntoVault, or null.

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

AsCantMoveSharedFolder

Gets this instance as a CantMoveSharedFolder, or null.

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

AsCantNestSharedFolder

Gets this instance as a CantNestSharedFolder, or null.

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

AsCantTransferOwnership

Gets this instance as a CantTransferOwnership, or null.

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

AsDuplicatedOrNestedPaths

Gets this instance as a DuplicatedOrNestedPaths, or null.

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

AsFromLookup

Gets this instance as a FromLookup, or null.

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

AsFromWrite

Gets this instance as a FromWrite, or null.

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

AsInsufficientQuota

Gets this instance as a InsufficientQuota, or null.

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

AsInternalError

Gets this instance as a InternalError, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTo

Gets this instance as a To, or null.

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

AsTooManyFiles

Gets this instance as a TooManyFiles, or null.

Declaration
public RelocationError.TooManyFiles AsTooManyFiles { get; }
Property Value
Type Description
RelocationError.TooManyFiles
View Source

IsCantCopySharedFolder

Gets a value indicating whether this instance is CantCopySharedFolder

Declaration
public bool IsCantCopySharedFolder { get; }
Property Value
Type Description
bool
View Source

IsCantMoveFolderIntoItself

Gets a value indicating whether this instance is CantMoveFolderIntoItself

Declaration
public bool IsCantMoveFolderIntoItself { get; }
Property Value
Type Description
bool
View Source

IsCantMoveIntoFamily

Gets a value indicating whether this instance is CantMoveIntoFamily

Declaration
public bool IsCantMoveIntoFamily { get; }
Property Value
Type Description
bool
View Source

IsCantMoveIntoVault

Gets a value indicating whether this instance is CantMoveIntoVault

Declaration
public bool IsCantMoveIntoVault { get; }
Property Value
Type Description
bool
View Source

IsCantMoveSharedFolder

Gets a value indicating whether this instance is CantMoveSharedFolder

Declaration
public bool IsCantMoveSharedFolder { get; }
Property Value
Type Description
bool
View Source

IsCantNestSharedFolder

Gets a value indicating whether this instance is CantNestSharedFolder

Declaration
public bool IsCantNestSharedFolder { get; }
Property Value
Type Description
bool
View Source

IsCantTransferOwnership

Gets a value indicating whether this instance is CantTransferOwnership

Declaration
public bool IsCantTransferOwnership { get; }
Property Value
Type Description
bool
View Source

IsDuplicatedOrNestedPaths

Gets a value indicating whether this instance is DuplicatedOrNestedPaths

Declaration
public bool IsDuplicatedOrNestedPaths { get; }
Property Value
Type Description
bool
View Source

IsFromLookup

Gets a value indicating whether this instance is FromLookup

Declaration
public bool IsFromLookup { get; }
Property Value
Type Description
bool
View Source

IsFromWrite

Gets a value indicating whether this instance is FromWrite

Declaration
public bool IsFromWrite { get; }
Property Value
Type Description
bool
View Source

IsInsufficientQuota

Gets a value indicating whether this instance is InsufficientQuota

Declaration
public bool IsInsufficientQuota { get; }
Property Value
Type Description
bool
View Source

IsInternalError

Gets a value indicating whether this instance is InternalError

Declaration
public bool IsInternalError { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsTo

Gets a value indicating whether this instance is To

Declaration
public bool IsTo { get; }
Property Value
Type Description
bool
View Source

IsTooManyFiles

Gets a value indicating whether this instance is TooManyFiles

Declaration
public bool IsTooManyFiles { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK