Show / Hide Table of Contents

Class RelocationBatchResultEntry

The relocation batch result entry object

Inheritance
System.Object
RelocationBatchResultEntry
RelocationBatchResultEntry.Failure
RelocationBatchResultEntry.Other
RelocationBatchResultEntry.Success
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 RelocationBatchResultEntry

Constructors

| Improve this Doc View Source

RelocationBatchResultEntry()

Initializes a new instance of the RelocationBatchResultEntry class.

Declaration
public RelocationBatchResultEntry()

Properties

| Improve this Doc View Source

AsFailure

Gets this instance as a Failure, or null.

Declaration
public RelocationBatchResultEntry.Failure AsFailure { get; }
Property Value
Type Description
RelocationBatchResultEntry.Failure
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsSuccess

Gets this instance as a Success, or null.

Declaration
public RelocationBatchResultEntry.Success AsSuccess { get; }
Property Value
Type Description
RelocationBatchResultEntry.Success
| Improve this Doc View Source

IsFailure

Gets a value indicating whether this instance is Failure

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

IsSuccess

Gets a value indicating whether this instance is Success

Declaration
public bool IsSuccess { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RelocationBatchResultEntry()
  • Properties
    • AsFailure
    • AsOther
    • AsSuccess
    • IsFailure
    • IsOther
    • IsSuccess
Back to top Generated by DocFX