Developer forum

Forum » Development » Delete page notification

Delete page notification

Rui Silva
Reply

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


Replies

 

You must be logged in to post in the forum