Dropbox .NET SDK
Show / Hide Table of Contents

Class RelocationBatchErrorEntry

The relocation batch error entry object

Inheritance
object
RelocationBatchErrorEntry
RelocationBatchErrorEntry.InternalError
RelocationBatchErrorEntry.Other
RelocationBatchErrorEntry.RelocationError
RelocationBatchErrorEntry.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 RelocationBatchErrorEntry

Constructors

View Source

RelocationBatchErrorEntry()

Initializes a new instance of the RelocationBatchErrorEntry class.

Declaration
public RelocationBatchErrorEntry()

Properties

View Source

AsInternalError

Gets this instance as a InternalError, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsRelocationError

Gets this instance as a RelocationError, or null.

Declaration
public RelocationBatchErrorEntry.RelocationError AsRelocationError { get; }
Property Value
Type Description
RelocationBatchErrorEntry.RelocationError
View Source

AsTooManyWriteOperations

Gets this instance as a TooManyWriteOperations, or null.

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

IsRelocationError

Gets a value indicating whether this instance is RelocationError

Declaration
public bool IsRelocationError { 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