Show / Hide Table of Contents

Class RelocationPath

The relocation path object

Inheritance
System.Object
RelocationPath
RelocationArg
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 RelocationPath

Constructors

| Improve this Doc View Source

RelocationPath(String, String)

Initializes a new instance of the RelocationPath class.

Declaration
public RelocationPath(string fromPath, string toPath)
Parameters
Type Name Description
System.String fromPath

Path in the user's Dropbox to be copied or moved.

System.String toPath

Path in the user's Dropbox that is the destination.

Properties

| Improve this Doc View Source

FromPath

Path in the user's Dropbox to be copied or moved.

Declaration
public string FromPath { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ToPath

Path in the user's Dropbox that is the destination.

Declaration
public string ToPath { get; protected set; }
Property Value
Type Description
System.String

See Also

RelocationArg
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RelocationPath(String, String)
  • Properties
    • FromPath
    • ToPath
  • See Also
Back to top Generated by DocFX