Dropbox .NET SDK
Show / Hide Table of Contents

Class RelocationBatchResultData

The relocation batch result data object

Inheritance
object
RelocationBatchResultData
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 RelocationBatchResultData

Constructors

View Source

RelocationBatchResultData(Metadata)

Initializes a new instance of the RelocationBatchResultData class.

Declaration
public RelocationBatchResultData(Metadata metadata)
Parameters
Type Name Description
Metadata metadata

Metadata of the relocated object.

Properties

View Source

Metadata

Metadata of the relocated object.

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