Class RelocationBatchV2Result
The relocation batch v2 result object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class RelocationBatchV2Result : FileOpsResult
Constructors
View SourceRelocationBatchV2Result(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 SourceEntries
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> |