When deleting a content item that has children/descendant content, I anticipated that the ContentMovingToRecycleBinNotification would get a list of all the applicable IContent items in the MoveInfoCollection but it turns out its only the item being deleted and not any of the children/descendants.
is this by design and/or is there a convenient way of getting the list of all of the IContents that are actually going to the recycle bin?
deleting a content hierarchy (parent with children) and how the publishing notifications work
https://docs.umbraco.com/umbraco-cms/reference/notifications/contentservice-notifications
When deleting a content item that has children/descendant content, I anticipated that the ContentMovingToRecycleBinNotification would get a list of all the applicable IContent items in the MoveInfoCollection but it turns out its only the item being deleted and not any of the children/descendants.
is this by design and/or is there a convenient way of getting the list of all of the IContents that are actually going to the recycle bin?
Many thanks
is working on a reply...