Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Review of useful SharePoint URLs get-parameters:
- Contents=1 (http://site/default.aspx?contents=1). Opening Web Part Maintenance Page.
- IsDlg=1 (http://site/default.aspx?IsDlg=1). Opening page with minimal.master master page, i.e. without QuickLaunch, partially without Ribbon, header etc. Its usually used in dialogs.
http://s2.hostingkartinok.com/uploads/thumbs/2012/09/2b23720a1d7ca8fd970b5c2bb0fdfb81.png - Filter=1 (http://site/lists/AllItems.aspx?Filter=1). Opening list view with drop-down filters.
http://s1.hostingkartinok.com/uploads/thumbs/2012/09/bc2f2d051f633c4d7acbeb99fae6d452.png - ToolPaneView=2 (http://site/defailt.aspx?ToolPaneView=2). Opening page with Add Web Parts toolpane. Value means default tab: 2 – Browse, 3 – Search, 5 – Import.
http://s1.hostingkartinok.com/uploads/thumbs/2012/09/421b6a374119dd973526197b9635f58b.png - DisplayMode=Design (http://site/default.aspx?DisplayMode=Design). Opening page in edit mode.
- Mobile=1 (http://site/default.aspx?Mobile=1). Opening mobile view.
- DeveloperDashboard=true (http://site/default.aspx?DeveloperDashboard=true). Display Developer Dashboard.
Also, there are Dynamic Link Libraries (owssrv.dll, admin.dll etc.). You can find details about them here: Overview of the SharePoint Team Services Architecture.