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 |
|
|