Class RelocationPath
The relocation path object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class RelocationPath
Constructors
View SourceRelocationPath(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 SourceFromPath
Path in the user's Dropbox to be copied or moved.
Declaration
public string FromPath { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
ToPath
Path in the user's Dropbox that is the destination.
Declaration
public string ToPath { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |