Is this even possible, some might wonder? Well it is, via querystring options on the command line:
So for example, say you wanted to edit the Shared view of the default page:
default.aspx?mode=edit&PageView=Shared
Say you wanted to Browse web parts and add them to your Personal view:
default.aspx?ToolPaneView=2&PageView=Personal
You can mix and match, and the order of the options do not matter....
Hope this helps
-Andy
| Add Web Parts/Browse | ToolPaneView=2 | |
| Add Web Parts/Search | ToolPaneView=3 | |
| Edit Mode | mode=edit | |
| View Mode | mode=view | |
| Shared Mode | PageView=Shared | |
| Personal Mode | PageView=Personal |
So for example, say you wanted to edit the Shared view of the default page:
default.aspx?mode=edit&PageView=Shared
Say you wanted to Browse web parts and add them to your Personal view:
default.aspx?ToolPaneView=2&PageView=Personal
You can mix and match, and the order of the options do not matter....
Hope this helps
-Andy