RecycleBinController.Delete Method
- Namespace:
- Weavy.Web.Controllers
- Assembly:
- Weavy.Web.dll
Delete(EntityType, int, string)
Permanently delete a thrashed item.
public ActionResult Delete(EntityType type, int id, string tab)
Parameters
- type
- EntityType
The entity to delete.
- id
- int
The id of the entity to delete
- tab
- string
The current selected tab
Returns
System.Web.Mvc.ActionResult