'Declaration
<HttpGetAttribute()> <RouteAttribute("api/storage/Move/{*path}")> Public Function MoveFile( _ ByVal path As String, _ Optional ByVal subpath As String _ ) As IActionResult
Parameters
- path
- The path.
- subpath
- The file name
'Declaration
<HttpGetAttribute()> <RouteAttribute("api/storage/Move/{*path}")> Public Function MoveFile( _ ByVal path As String, _ Optional ByVal subpath As String _ ) As IActionResult