[]
Controller for Storage Web API.
public class StorageController : ApiController
Name | Description |
---|---|
StorageController() |
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. |