Search This Blog

Thursday, March 19, 2015

SharePoint Inspector/SharePoint 2010 Controls

SharePoint Inspector is a free tool to browse your SharePoint farm.


Displays SharePoint objects with reflection on their properties :
  • Farm
  • Servers
  • Services
  • Feature Definitions
  • Solutions
  • Databases
  • Web Applications
  • Site collections
  • Websites
  • Content Types
  • Site Columns
  • Features
  • Lists
  • Associated Workflows
  • Event Receivers
  • Recycle Bin
  • ...
Actions :
  • Activate / Deactivate feature
  • Add / remove event receiver on list and content type
  • Manage Recycle bin

You can see objects composing its structure, get their properties by reflection, which can be very useful when you want to check if your code does what it should do.
You can use also some advanced features like activate/deactivate SharePoint features, add/remove event receivers, manage your recycle bin.



Download Link
http://spi.codeplex.com/


SharePoint 2010 Controls

To provide many of the rich new features for SharePoint 2010, a number of new controls have been
added for use in master pages. The following table highlights most of the new controls:

CONTROLSDESCRIPTION
SharePoint:SPShortcutIconSets the favicon in the top left of the browser
URL bar
SharePoint:CssRegistration
After=”corev4.css”
Tells SharePoint what to load after Corev4 css
SharePoint:SPRibbonAdds the Fluent UI (the ribbon) to the page
SharePoint:PopoutMenuAdds the breadcrumb that, when clicked, shows
the pop-out that displays your current location in
the site in a hierarchical tree structure
SharePoint:SPRibbonPeripheralContentAdds various items that are attached to the ribbon
SharePoint:PageStateActionButtonLoads the page edit and save icon button near
the top left of the page
SharePoint:LanguageSpecificContentDisplays content specifi c to the selected language
Sharepoint:DeveloperDashboardLauncherLaunches the developer dashboard (which is hidden
by default but can be enabled with STSADM
or PowerShell)
SharePoint:ClusteredDirectionalSepar
atorArrow
Loads the arrow near the site icon after the
page title
SharePoint:AspMenuRenders tableless navigation
SharePoint:VisualUpgradePreviewStatusDisplays the Visual Upgrade status in the status bar
SharePoint:VersionedPlaceHolder
UIVersion=”3”
Enables the capability to target page elements to
v3 or v4 capabilities
SharePoint:ClusteredSPLinkButtonThis is how SharePoint 2010 makes use of CSS
sprites
SharePoint:DeveloperDashboardLoads the actual developer dashboard at the bottom
of the master page This is hidden until the
launcher is clicked
SharePoint:WarnOnUnsupportedBrowsersDisplays a warning to users who are trying to
access the site with an unsupported browser (e g ,
Internet Explorer 6)
wssuc:MUISelectorSets the MUI language selected that shows up in
the welcome menu if language packs are installed
SPSWC:MySiteCssRegistrationAllows the use of specific CSS

No comments:

Post a Comment