TaxonomySiteMapProvider class
Provides a navigation site map that is represented by using a NavigationTermSet object that is based on a taxonomy TermSet object.
System.Object
System.Configuration.Provider.ProviderBase
System.Web.SiteMapProvider
Microsoft.SharePoint.Publishing.Navigation.TaxonomySiteMapProvider
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class TaxonomySiteMapProvider _
Inherits SiteMapProvider _
Implements IEditableSiteMapProvider
'Usage
Dim instance As TaxonomySiteMapProvider
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class TaxonomySiteMapProvider : SiteMapProvider,
IEditableSiteMapProvider
This class is part of the managed navigation feature. It adapts a NavigationTermSet object to act as the tree of the SiteMapNode objects that are used by ASP.NET navigation menu controls. It also implements the IEditableSiteMapProvider interface, which supports drag+drop editing of the navigation menu.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
TaxonomySiteMapProvider members
Microsoft.SharePoint.Publishing.Navigation namespace
Microsoft.SharePoint.Publishing.Navigation.TaxonomySiteMapProvider