Eventhandler subscribing to deleting nested content
Hi,
I have an umbraco 8 solution running where i'm saving umbraco documents in a separate database and most of it is working fine. I followed the official documentation on subscribing to events and I'm using the ContentService.Trashing event handler when I want to remove the removed umbraco content from my database also - this also works.
My problem is that i want to delete some of the nested content I have stored on one of my document types, but the eventhandler is only triggered when deleting the content of a doc type and not when deleting items in the Umbraco.NestedContent
edit: here is the implementation of the trashing eventhandler so far.
I couldnt find anything about this issue, but i'm hoping that someone has an idea how to trigger the trashing of nested content?
Eventhandler subscribing to deleting nested content
Hi,
I have an umbraco 8 solution running where i'm saving umbraco documents in a separate database and most of it is working fine. I followed the official documentation on subscribing to events and I'm using the ContentService.Trashing event handler when I want to remove the removed umbraco content from my database also - this also works.
My problem is that i want to delete some of the nested content I have stored on one of my document types, but the eventhandler is only triggered when deleting the content of a doc type and not when deleting items in the Umbraco.NestedContent
edit: here is the implementation of the trashing eventhandler so far.
I couldnt find anything about this issue, but i'm hoping that someone has an idea how to trigger the trashing of nested content?
Thanks!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.