[]
        
(Showing Draft Content)

C1.Web.Api.Storage.StorageController

StorageController Class

Controller for Storage Web API.

Inheritance
StorageController
Namespace: C1.Web.Api.Storage
Assembly: C1.Web.Api.dll
Syntax
public class StorageController : ApiController

Constructors

Name Description
StorageController()

Methods

Name Description
CreateFolder(string, string)

Create new folder with path

DeleteFile(string, string)

Deletes the file with the specified path.

GetFile(string, string)

Gets the file with the specified path.

GetListFileName(string, string)

Gets all files and folders within the specified path.

MoveFile(string, string)

Move files from current path to destination path

UploadFile(string, UploadRequest, string)

Uploads file with the specified path.