Dropbox .NET SDK
Show / Hide Table of Contents

Class RelocationPath

The relocation path object

Inheritance
object
RelocationPath
RelocationArg
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 RelocationPath

Constructors

View Source

RelocationPath(string, string)

Initializes a new instance of the RelocationPath class.

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

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

string toPath

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

Properties

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
string
View Source

ToPath

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

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

See Also

RelocationArg
  • View Source
In this article
Back to top Dropbox .NET SDK