[]
        
(Showing Draft Content)

C1.Web.Api.Storage.StorageController.GetFile

GetFile Method

GetFile(string, string)

Gets the file with the specified path.

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

The path.

string subpath

The file name

Returns
Type Description
IHttpActionResult

The result which contains the file.