Class RelocationPath
The relocation path object
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 SourceRelocationPath(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 SourceFromPath
Path in the user's Dropbox to be copied or moved.
Declaration
public string FromPath { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
ToPath
Path in the user's Dropbox that is the destination.
Declaration
public string ToPath { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |