[]
        
(Showing Draft Content)

C1.Web.Api.Storage.StorageController.CreateFolder

CreateFolder Method

CreateFolder(string, string)

Create new folder with path

Declaration
[HttpPost]
[Route("api/storage/Folder/{*path}")]
public IActionResult CreateFolder(string path, string subpath = null)
Parameters
Type Name Description
string path

The path.

string subpath

The sub path.

Returns
Type Description
IActionResult