Show / Hide Table of Contents

Class RelocationBatchV2Result

The relocation batch v2 result object

Inheritance
System.Object
FileOpsResult
RelocationBatchV2Result
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 RelocationBatchV2Result : FileOpsResult

Constructors

| Improve this Doc View Source

RelocationBatchV2Result(IEnumerable<RelocationBatchResultEntry>)

Initializes a new instance of the RelocationBatchV2Result class.

Declaration
public RelocationBatchV2Result(IEnumerable<RelocationBatchResultEntry> entries)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<RelocationBatchResultEntry> entries

Each entry in CopyBatchArg.entries or will appear at the same position inside Entries.

Properties

| Improve this Doc View Source

Entries

Each entry in CopyBatchArg.entries or will appear at the same position inside Entries.

Declaration
public IList<RelocationBatchResultEntry> Entries { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<RelocationBatchResultEntry>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RelocationBatchV2Result(IEnumerable<RelocationBatchResultEntry>)
  • Properties
    • Entries
Back to top Generated by DocFX