C# Class ZinOS.Areas.Desktop.Controllers.DesktopFileSystemController

Inheritance: ZinOSController
显示文件 Open project: hiddenbyte/ZinOS

Public Methods

Method Description
DesktopFileSystemController ( IZinOSDesktopService zinOsDesktopService ) : System

Private Methods

Method Description
CreateDirectory ( string dirPath ) : System.Web.Mvc.ActionResult
CreateFile ( string targetPath, System.Web.HttpPostedFileBase newFile ) : System.Web.Mvc.ActionResult
CreateFile ( string targetFileNamePath, string base64String ) : System.Web.Mvc.ActionResult
DeleteFile ( string filePath ) : System.Web.Mvc.ActionResult
GetChildren ( string parentPath ) : System.Web.Mvc.ActionResult
GetFileBinary ( string filePath ) : System.Web.Mvc.ActionResult
GetFileContent ( string filePath ) : System.Web.Mvc.ActionResult
GetRoots ( ) : System.Web.Mvc.ActionResult
UpdateFile ( string filePath, System.Web.HttpPostedFileBase fileStream ) : System.Web.Mvc.ActionResult
UpdateFile ( string targetFileNamePath, string base64String ) : System.Web.Mvc.ActionResult

Method Details

DesktopFileSystemController() public method

public DesktopFileSystemController ( IZinOSDesktopService zinOsDesktopService ) : System
zinOsDesktopService IZinOSDesktopService
return System