[]
        
(Showing Draft Content)

C1.Web.Api.Storage.StorageController.GetListFileName

GetListFileName Method

GetListFileName(string, string)

Gets all files and folders within the specified path.

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

The path.

string subpath

The file name

Returns
Type Description
IHttpActionResult

The result which contains the files and folders at json type.