I have managed to figure it out. If I select one or more nodes in list view of recycle bin and choose "Delete" the ContentService.Deleting and ContentService.Deleted event is firing. If I choose "Empty recycle bin" in context menu of recycle bin the ContentService.EmptyingRecycleBin and ContentService.EmptiedRecycleBin event is firing.
So I always need both events, the ContentService.Deleted and the ContentService.EmptiedRecycleBin event :-)
ContentService Deleted Event not firing
Hi,
if I choose "Empty recycle bin" in context menu of recycle bin the ContentService.Deleted event is not firing.
But if I select one or more nodes in list view of recycle bin und click "Delete" the event is firing!
Is this an issue?
Version: 7.1.5 & 7.1.6
Sören
I have managed to figure it out. If I select one or more nodes in list view of recycle bin and choose "Delete" the ContentService.Deleting and ContentService.Deleted event is firing. If I choose "Empty recycle bin" in context menu of recycle bin the ContentService.EmptyingRecycleBin and ContentService.EmptiedRecycleBin event is firing.
So I always need both events, the ContentService.Deleted and the ContentService.EmptiedRecycleBin event :-)
Sören
is working on a reply...