RelocationPath
public class RelocationPath : CustomStringConvertible, JSONRepresentable
The RelocationPath struct
-
Path in the user’s Dropbox to be copied or moved.
Declaration
Swift
public let fromPath: String -
Path in the user’s Dropbox that is the destination.
Declaration
Swift
public let toPath: String -
Declaration
Swift
public var description: String { get }
View on GitHub
RelocationPath Class Reference