StandardNavigationProviderNames members
Defines constants that are the names of standard site map provider instances in the default web.config file for SharePoint Server.
The StandardNavigationProviderNames type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() |
CurrentNavigationPortalProvider | The PortalSiteMapProvider instance used for the current navigation scheme whose menu typically appears on the left side of the master page. |
![]() ![]() |
CurrentNavigationSwitchableProvider | The SwitchableSiteMapProvider instance used for the current navigation scheme. |
![]() ![]() |
CurrentNavigationTaxonomyProvider | The TaxonomySiteMapProvider instance used for the current navigation scheme. whose menu typically appears on the left side of the master page. |
![]() ![]() |
GlobalNavigationPortalProvider | The PortalSiteMapProvider instance used for the global navigation scheme. whose menu typically appears at the top of the master page. |
![]() ![]() |
GlobalNavigationSwitchableProvider | The SwitchableSiteMapProvider instance used for the global navigation scheme. |
![]() ![]() |
GlobalNavigationTaxonomyProvider | The TaxonomySiteMapProvider instance used for the global navigation scheme. |
Top