Web API Core | ComponentOne
C1.Web.Api.Storage Namespace / StorageController Class / MoveFile Method
The path.
The file name

In This Topic
    MoveFile Method (StorageController)
    In This Topic
    Move files from current path to destination path
    Syntax
    'Declaration
     
    
    <HttpGetAttribute()>
    <RouteAttribute("api/storage/Move/{*path}")>
    Public Function MoveFile( _
       ByVal path As String, _
       Optional ByVal subpath As String _
    ) As IActionResult
    [HttpGet()]
    [Route("api/storage/Move/{*path}")]
    public IActionResult MoveFile( 
       string path,
       string subpath
    )

    Parameters

    path
    The path.
    subpath
    The file name
    See Also