C1.Web.Api.Storage Namespace / StorageController Class / GetFile Method
The path.
The file name

In This Topic
GetFile Method
In This Topic
Gets the file with the specified path.
Syntax
'Declaration
 
<HttpGetAttribute()>
<RouteAttribute("api/storage/{*path}")>
Public Function GetFile( _
   ByVal path As String, _
   Optional ByVal subpath As String _
) As IActionResult
 

Parameters

path
The path.
subpath
The file name

Return Value

The result which contains the file.
See Also