Hi. I'm trying to hook into the delete media event and it works fine when I delete files and folders which are inside the recycle bin, but when I click on the recycle bin and chooses "Empty recycle bin" the event is not triggered. Anyone knows why that is?
Mediaservice delete event
Hi. I'm trying to hook into the delete media event and it works fine when I delete files and folders which are inside the recycle bin, but when I click on the recycle bin and chooses "Empty recycle bin" the event is not triggered. Anyone knows why that is?
/Björn
Hi Björn
You need to hook in to the
EmptiedRecycleBin
orEmptyingRecycleBin
events of the Mediaservice.See : https://our.umbraco.org/apidocs/csharp/api/Umbraco.Core.Services.MediaService.html
Dave
is working on a reply...