[]
        
(Showing Draft Content)

C1.Web.Api.Storage.StorageController.CreateFolder

CreateFolder Method

CreateFolder(string, string)

Create new folder with path

Declaration
public IHttpActionResult CreateFolder(string path, string subpath = null)
Parameters
Type Name Description
string path

The path.

string subpath

The sub path.

Returns
Type Description
IHttpActionResult