Show / Hide Table of Contents

Class RelocationBatchLaunch.Complete

The complete object

Inheritance
System.Object
RelocationBatchLaunch
RelocationBatchLaunch.Complete
Inherited Members
RelocationBatchLaunch.IsComplete
RelocationBatchLaunch.AsComplete
RelocationBatchLaunch.IsOther
RelocationBatchLaunch.AsOther
RelocationBatchLaunch.IsAsyncJobId
RelocationBatchLaunch.AsAsyncJobId
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 sealed class Complete : RelocationBatchLaunch

Constructors

| Improve this Doc View Source

Complete(RelocationBatchResult)

Initializes a new instance of the RelocationBatchLaunch.Complete class.

Declaration
public Complete(RelocationBatchResult value)
Parameters
Type Name Description
RelocationBatchResult value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public RelocationBatchResult Value { get; }
Property Value
Type Description
RelocationBatchResult
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Complete(RelocationBatchResult)
  • Properties
    • Value
Back to top Generated by DocFX