Show / Hide Table of Contents

Class RelocationBatchV2Launch

Result returned by CopyBatchV2Async(RelocationBatchArgBase) or MoveBatchV2Async(MoveBatchArg) that may either launch an asynchronous job or complete synchronously.

Inheritance
System.Object
RelocationBatchV2Launch
RelocationBatchV2Launch.AsyncJobId
RelocationBatchV2Launch.Complete
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 RelocationBatchV2Launch

Constructors

| Improve this Doc View Source

RelocationBatchV2Launch()

Initializes a new instance of the RelocationBatchV2Launch class.

Declaration
public RelocationBatchV2Launch()

Properties

| Improve this Doc View Source

AsAsyncJobId

Gets this instance as a AsyncJobId, or null.

Declaration
public RelocationBatchV2Launch.AsyncJobId AsAsyncJobId { get; }
Property Value
Type Description
RelocationBatchV2Launch.AsyncJobId
| Improve this Doc View Source

AsComplete

Gets this instance as a Complete, or null.

Declaration
public RelocationBatchV2Launch.Complete AsComplete { get; }
Property Value
Type Description
RelocationBatchV2Launch.Complete
| Improve this Doc View Source

IsAsyncJobId

Gets a value indicating whether this instance is AsyncJobId

Declaration
public bool IsAsyncJobId { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsComplete

Gets a value indicating whether this instance is Complete

Declaration
public bool IsComplete { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RelocationBatchV2Launch()
  • Properties
    • AsAsyncJobId
    • AsComplete
    • IsAsyncJobId
    • IsComplete
Back to top Generated by DocFX