Dropbox .NET SDK
Show / Hide Table of Contents

Class RelocationBatchError

The relocation batch error object

Inheritance
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
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 RelocationBatchError

Constructors

View Source

RelocationBatchError()

Initializes a new instance of the RelocationBatchError class.

Declaration
public RelocationBatchError()

Properties

View Source

AsCantCopySharedFolder

Gets this instance as a CantCopySharedFolder, or null.

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

AsCantMoveFolderIntoItself

Gets this instance as a CantMoveFolderIntoItself, or null.

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

AsCantMoveIntoFamily

Gets this instance as a CantMoveIntoFamily, or null.

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

AsCantMoveIntoVault

Gets this instance as a CantMoveIntoVault, or null.

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

AsCantMoveSharedFolder

Gets this instance as a CantMoveSharedFolder, or null.

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

AsCantNestSharedFolder

Gets this instance as a CantNestSharedFolder, or null.

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

AsCantTransferOwnership

Gets this instance as a CantTransferOwnership, or null.

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

AsDuplicatedOrNestedPaths

Gets this instance as a DuplicatedOrNestedPaths, or null.

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

AsFromLookup

Gets this instance as a FromLookup, or null.

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

AsFromWrite

Gets this instance as a FromWrite, or null.

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

AsInsufficientQuota

Gets this instance as a InsufficientQuota, or null.

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

AsInternalError

Gets this instance as a InternalError, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTo

Gets this instance as a To, or null.

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

AsTooManyFiles

Gets this instance as a TooManyFiles, or null.

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

AsTooManyWriteOperations

Gets this instance as a TooManyWriteOperations, or null.

Declaration
public RelocationBatchError.TooManyWriteOperations AsTooManyWriteOperations { get; }
Property Value
Type Description
RelocationBatchError.TooManyWriteOperations
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

IsTooManyWriteOperations

Gets a value indicating whether this instance is TooManyWriteOperations

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