Dropbox .NET SDK
Show / Hide Table of Contents

Class RelocationBatchLaunch.Complete

The complete object

Inheritance
object
RelocationBatchLaunch
RelocationBatchLaunch.Complete
Inherited Members
RelocationBatchLaunch.IsComplete
RelocationBatchLaunch.AsComplete
RelocationBatchLaunch.IsOther
RelocationBatchLaunch.AsOther
RelocationBatchLaunch.IsAsyncJobId
RelocationBatchLaunch.AsAsyncJobId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class RelocationBatchLaunch.Complete : RelocationBatchLaunch

Constructors

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

View Source

Value

Gets the value of this instance.

Declaration
public RelocationBatchResult Value { get; }
Property Value
Type Description
RelocationBatchResult
  • View Source
In this article
Back to top Dropbox .NET SDK