[]
        
(Showing Draft Content)

C1.Web.Api.Storage.StorageController.GetFile

GetFile Method

GetFile(string, string)

Gets the file with the specified path.

Declaration
[HttpGet]
[Route("api/storage/{*path}")]
public IActionResult GetFile(string path, string subpath = null)
<HttpGet>
<Route("api/storage/{*path}")>
Public Function GetFile(path As String, Optional subpath As String = Nothing) As IActionResult
Parameters
Type Name Description
string path

The path.

string subpath

The file name

Returns
Type Description
IActionResult

The result which contains the file.