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 Relocation
Declaration
public RelocationPath(string fromPath, string toPath)
Parameters
Type | Name | Description |
---|---|---|
System. |
fromPath | Path in the user's Dropbox to be copied or moved. |
System. |
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. |
ToPath
Path in the user's Dropbox that is the destination.
Declaration
public string ToPath { get; protected set; }
Property Value
Type | Description |
---|---|
System. |