Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides common operations related to the managed navigation feature, friendly URLs, and the taxonomy navigation cache.
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.Publishing.Navigation.TaxonomyNavigation()
Members
The TaxonomyNavigation object has the following members.
Methods
The TaxonomyNavigation object has the following methods.
Method |
Description |
|---|---|
Discards the specified SPSite object from the taxonomy navigation cache. |
|
Removes the indicated term set from the taxonomy navigation cache, for a specific site subscription. |
|
Discards the specified SP.Web object (sp.js) object from the taxonomy navigation cache. |
|
Returns the language code identifier (LCID) that the taxonomy navigation system will use when it reads the SP.Taxonomy.Term constructor (sp.taxonomy) object for the specified SP.Web object (sp.js) object. |
|
Returns efficiently from the taxonomy navigation cache a read-only instance of a SP.Publishing.Navigation.NavigationTermSet object (sp.publishing) object for the specified SP.Web object (sp.js) object. |
|
Returns the navigation settings for the specified SP.Web object (sp.js) object as a read-only instance of the SP.Publishing.Navigation.WebNavigationSettings object (sp.publishing) class that is efficiently obtained from the taxonomy navigation cache. |
|
Updates the CrawlAsFriendlyUrlPage flag on the SP.Publishing.PublishingPage object (sp.publishing) object that is pointed to by the navigationTerm parameter with the specified value. |
Constructor
The TaxonomyNavigation object has the following constructor.
Constructor |
Description |
|---|---|
Initializes a new instance of the SP.Publishing.Navigation.TaxonomyNavigation object. |