C# Class Umbraco.Belle.Controllers.FileUploadCleanupFilterAttribute

Checks if the parameter is ContentItemSave and then deletes any temporary saved files from file uploads associated with the request
Inheritance: System.Web.Http.Filters.ActionFilterAttribute
Exibir arquivo Open project: umbraco/Belle

Public Methods

Method Description
OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void

Method Details

OnActionExecuted() public method

public OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void
actionExecutedContext System.Web.Http.Filters.HttpActionExecutedContext
return void