C# 클래스 ZinOS.Areas.Desktop.Controllers.DesktopFileSystemController

상속: ZinOSController
파일 보기 프로젝트 열기: hiddenbyte/ZinOS

공개 메소드들

메소드 설명
DesktopFileSystemController ( IZinOSDesktopService zinOsDesktopService ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

DesktopFileSystemController() 공개 메소드

public DesktopFileSystemController ( IZinOSDesktopService zinOsDesktopService ) : System
zinOsDesktopService IZinOSDesktopService
리턴 System