[]
        
(Showing Draft Content)

C1.Web.Api.Storage.StorageController.MoveFile

MoveFile Method

MoveFile(string, string)

Move files from current path to destination path

Declaration
public IHttpActionResult MoveFile(string path, string subpath = null)
Parameters
Type Name Description
string path

The path.

string subpath

The file name

Returns
Type Description
IHttpActionResult