Show / Hide Table of Contents

Class RelocationResult

The relocation result object

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

Constructors

| Improve this Doc 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

| Improve this Doc View Source

Metadata

Metadata of the relocated object.

Declaration
public Metadata Metadata { get; protected set; }
Property Value
Type Description
Metadata
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RelocationResult(Metadata)
  • Properties
    • Metadata
Back to top Generated by DocFX