TaxonomySiteMapProvider class

Provides a navigation site map that is represented by using a NavigationTermSet object that is based on a taxonomy TermSet object.

Inheritance hierarchy

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)

Syntax

'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

Remarks

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.

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

TaxonomySiteMapProvider members

Microsoft.SharePoint.Publishing.Navigation namespace

Microsoft.SharePoint.Publishing.Navigation.TaxonomySiteMapProvider