Quantcast
Channel: Developer to developer
Viewing all articles
Browse latest Browse all 9076

Determining if a page is being moved from the recycle bin

$
0
0

In Global.asax.cs I need a way to figure out whether a page is being moved from the recycle bin to some other place in the tree. The only possible way to detect this as far as I know is to traverse the tree all the way up to see if it goes to PageReference.StartPage or PageReference.WasteBasket.

Is there any better way?


Viewing all articles
Browse latest Browse all 9076

Trending Articles