C# Class Kooboo.Commerce.Web.Areas.Commerce.Controllers.MediaLibraryController

Inheritance: Kooboo.Commerce.Web.Framework.Mvc.CommerceController
Show file Open project: Kooboo/Ecommerce

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
MediaLibraryController ( ) : System
Selection ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
AddFolder ( string owner, string path, string folder ) : System.Web.Mvc.ActionResult
Do ( string file, string op, string args ) : System.Web.Mvc.ActionResult
Files ( string owner, string path, string search = null, int orderBy, int pi, int ps = 50 ) : System.Web.Mvc.ActionResult
GetFolder ( string owner, string path, string &subPaths ) : DirectoryInfo
OpenFile ( ) : System.Web.Mvc.ActionResult
OpenImage ( ) : System.Web.Mvc.ActionResult
SaveImage ( string file, float x, float y, float width, float height, int toWidth = null, int toHeight = null ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

MediaLibraryController() public method

public MediaLibraryController ( ) : System
return System

Selection() public method

public Selection ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult