Using the CombinedNavSiteMapProvider Site Map Provider

The CombinedNavSiteMapProvider site map provider is specific to SharePoint Server 2010 sites and is used as an alternative for displaying the top-level menu. By default the top-level navigation site map provider used in the v4.master page is the SPNavigationProvider site map, shown in Listing 17.5.

Listing 17.5 SharePoint:AspMenu SiteMapProvider

<SharePoint:AspMenuID="TopNavigationMenuV4". . . .<Template_Controls><asp:SiteMapDataSourceShowStartingNode="False"SiteMapProvider="SPNavigationProvider"id="topSiteMap"runat="server"StartingNodeUrl="sid:1002"/></Template_Controls>

If you change the SiteMapProvider to instead use the CombinedNavSiteMapProvider on a SharePoint Server 2010 publishing ...

Get Microsoft® SharePoint® Designer 2010 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.