Class RelocationBatchResultEntry
The relocation batch result entry object
Inheritance
RelocationBatchResultEntry
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class RelocationBatchResultEntry
Constructors
View SourceRelocationBatchResultEntry()
Initializes a new instance of the RelocationBatchResultEntry class.
Declaration
public RelocationBatchResultEntry()
Properties
View SourceAsFailure
Gets this instance as a Failure, or null.
Declaration
public RelocationBatchResultEntry.Failure AsFailure { get; }
Property Value
| Type | Description |
|---|---|
| RelocationBatchResultEntry.Failure |
AsOther
Gets this instance as a Other, or null.
Declaration
public RelocationBatchResultEntry.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| RelocationBatchResultEntry.Other |
AsSuccess
Gets this instance as a Success, or null.
Declaration
public RelocationBatchResultEntry.Success AsSuccess { get; }
Property Value
| Type | Description |
|---|---|
| RelocationBatchResultEntry.Success |
IsFailure
Gets a value indicating whether this instance is Failure
Declaration
public bool IsFailure { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSuccess
Gets a value indicating whether this instance is Success
Declaration
public bool IsSuccess { get; }
Property Value
| Type | Description |
|---|---|
| bool |