NavigationTermSet class
Specifies navigation behavior and properties for a TermSet object that is used to drive the navigation and friendly URLs for a website.
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Publishing.Navigation.NavigationTermSetItem
Microsoft.SharePoint.Client.Publishing.Navigation.NavigationTermSet
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
This class adds additional properties and operations that are specific to managed navigation.
The NavigationTermSet object has two modes: an editable mode that acts as a lightweight wrapper for a TermSet object, and an optimized read-only mode that is used to reduce the memory size of the NavigationTermSet objects stored in the taxonomy navigation cache.
Use the GetAsResolvedByWeb method to construct an editable instance. Use the TaxonomyNavigation methods to obtain read-only instances from the taxonomy navigation cache.
Note |
|---|
The NavigationTermSet class supports multiple views via the GetWithNewView method. |
See NavigationTermSetView documentation for more information.
Note