Dropbox .NET SDK
Show / Hide Table of Contents

Class RelocationBatchResult

The relocation batch result object

Inheritance
object
FileOpsResult
RelocationBatchResult
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 RelocationBatchResult : FileOpsResult

Constructors

View Source

RelocationBatchResult(IEnumerable<RelocationBatchResultData>)

Initializes a new instance of the RelocationBatchResult class.

Declaration
public RelocationBatchResult(IEnumerable<RelocationBatchResultData> entries)
Parameters
Type Name Description
IEnumerable<RelocationBatchResultData> entries

The entries

Properties

View Source

Entries

Gets the entries of the relocation batch result

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