Files.Download Method (string, string)

Download a file from a user’s

Syntax

Files.Download(string path, string savePath)

Parameters

path
System.String The path of the file to download.
savePath
System.String The path to where the file will be saved.

Returns

DotNetBox.FileMetadata Metadata of the downloaded file.