TaxonomyNavigation class

Provides common operations related to the managed navigation feature, friendly URLs, and the taxonomy navigation cache.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.Publishing.Navigation.TaxonomyNavigation

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

Syntax

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

Remarks

The managed navigation feature enables the navigation menu for a website to be modeled by using a taxonomy TermSet object, as well as by providing a model for implementing friendly URLs for the website. The main classes for this feature are TaxonomyTermSetProvider, which drives the navigation menus; NavigationTermSet, which extends the taxonomy TermSet class with additional navigation-related properties, and the WebNavigationSettings class, which configures the settings. The TaxonomyNavigation static class provides additional general operations that are related to this feature.

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

TaxonomyNavigation members

Microsoft.SharePoint.Client.Publishing.Navigation namespace