Dropbox .NET SDK
Show / Hide Table of Contents

Class RelocationResult

The relocation result object

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

Constructors

View Source

RelocationResult(Metadata)

Initializes a new instance of the RelocationResult class.

Declaration
public RelocationResult(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