Class RelocationBatchV2JobStatus
Result returned by Copy
Inheritance
System.Object
RelocationBatchV2JobStatus
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 RelocationBatchV2JobStatus
Constructors
| Improve this Doc View SourceRelocationBatchV2JobStatus()
Initializes a new instance of the Relocation
Declaration
public RelocationBatchV2JobStatus()
Properties
| Improve this Doc View SourceAsComplete
Gets this instance as a Complete, or null
.
Declaration
public RelocationBatchV2JobStatus.Complete AsComplete { get; }
Property Value
Type | Description |
---|---|
Relocation |
AsInProgress
Gets this instance as a InProgress, or null
.
Declaration
public RelocationBatchV2JobStatus.InProgress AsInProgress { get; }
Property Value
Type | Description |
---|---|
Relocation |
IsComplete
Gets a value indicating whether this instance is Complete
Declaration
public bool IsComplete { get; }
Property Value
Type | Description |
---|---|
System. |
IsInProgress
Gets a value indicating whether this instance is InProgress
Declaration
public bool IsInProgress { get; }
Property Value
Type | Description |
---|---|
System. |