StandardNavigationProviderNames class

Defines constants that are the names of standard site map provider instances in the default web.config file for SharePoint Server.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Publishing.Navigation.StandardNavigationProviderNames

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public NotInheritable Class StandardNavigationProviderNames
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class StandardNavigationProviderNames

Remarks

These constants are used with member such as the SiteMapProviderName property and the GetTermSetForWeb(SPWeb, String, Boolean) method.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

StandardNavigationProviderNames members

Microsoft.SharePoint.Publishing.Navigation namespace