When a page is deleted can it have the notification of page deleted fired for every subpage that get's deleted also.
I've tried to get the subpages by using the PageService like this:
var subPages = pageService.GetPagesByParentID(page.ID)?.ToArray();
But this always returns null value. I guess there are no subpages when the parent notification is fired.
Thanks,
Rui Silva