Dropbox .NET SDK
Show / Hide Table of Contents

Class RelocationBatchV2Result

The relocation batch v2 result object

Inheritance
object
FileOpsResult
RelocationBatchV2Result
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class RelocationBatchV2Result : FileOpsResult

Constructors

View Source

RelocationBatchV2Result(IEnumerable<RelocationBatchResultEntry>)

Initializes a new instance of the RelocationBatchV2Result class.

Declaration
public RelocationBatchV2Result(IEnumerable<RelocationBatchResultEntry> entries)
Parameters
Type Name Description
IEnumerable<RelocationBatchResultEntry> entries

Each entry in CopyBatchArg.entries or Dropbox.Api.Files.MoveBatchArg.Entries will appear at the same position inside Entries.

Properties

View Source

Entries

Each entry in CopyBatchArg.entries or Dropbox.Api.Files.MoveBatchArg.Entries will appear at the same position inside Entries.

Declaration
public IList<RelocationBatchResultEntry> Entries { get; protected set; }
Property Value
Type Description
IList<RelocationBatchResultEntry>
  • View Source
In this article
Back to top Dropbox .NET SDK