Method | Description | |
---|---|---|
Add ( string folderName, string mediaPath ) : System.Web.Mvc.ActionResult | ||
AdminController ( IOrchardServices services, IMediaService mediaService ) : System | ||
Create ( string mediaPath ) : System.Web.Mvc.ActionResult | ||
Edit ( string name, string mediaPath ) : System.Web.Mvc.ActionResult | ||
EditMedia ( Orchard.Media.ViewModels.MediaItemEditViewModel model ) : System.Web.Mvc.ActionResult | ||
EditProperties ( string folderName, string mediaPath ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Add ( ) : System.Web.Mvc.ActionResult | ||
AddFromClient ( ) : System.Web.Mvc.ContentResult | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
Edit ( System.Web.Mvc.FormCollection input ) : System.Web.Mvc.ActionResult | ||
EditMedia ( System.Web.Mvc.FormCollection input ) : System.Web.Mvc.ActionResult | ||
EditMediaDeletePOST ( System.Web.Mvc.FormCollection input ) : System.Web.Mvc.ActionResult | ||
EditProperties ( ) : System.Web.Mvc.ActionResult | ||
EditPropertiesDeletePOST ( ) : System.Web.Mvc.ActionResult | ||
Index ( System.Web.Mvc.FormCollection input ) : System.Web.Mvc.ActionResult |
public Add ( string folderName, string mediaPath ) : System.Web.Mvc.ActionResult | ||
folderName | string | |
mediaPath | string | |
return | System.Web.Mvc.ActionResult |
public AdminController ( IOrchardServices services, IMediaService mediaService ) : System | ||
services | IOrchardServices | |
mediaService | IMediaService | |
return | System |
public Create ( string mediaPath ) : System.Web.Mvc.ActionResult | ||
mediaPath | string | |
return | System.Web.Mvc.ActionResult |
public Edit ( string name, string mediaPath ) : System.Web.Mvc.ActionResult | ||
name | string | |
mediaPath | string | |
return | System.Web.Mvc.ActionResult |
public EditMedia ( Orchard.Media.ViewModels.MediaItemEditViewModel model ) : System.Web.Mvc.ActionResult | ||
model | Orchard.Media.ViewModels.MediaItemEditViewModel | |
return | System.Web.Mvc.ActionResult |
public EditProperties ( string folderName, string mediaPath ) : System.Web.Mvc.ActionResult | ||
folderName | string | |
mediaPath | string | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |