September 2011
Beginner
1608 pages
68h 25m
English
CombinedNavSiteMapProvider Site Map ProviderThe 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 ...
Read now
Unlock full access