I have a page where I need to pick a list to store information. This is either a global list for all users, or a personal list for the specific user.
The current practice is to detect edit vs browse with WebPartManager.DisplayMode.Name but this doesn't distinguish between the two types of edit modes.
How do I tell one from the other?