WebNavigationSettings class
Manages the navigation settings for a publishing site.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Publishing.Navigation.WebNavigationSettings
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public NotInheritable Class WebNavigationSettings _
Inherits ClientObject
'Usage
Dim instance As WebNavigationSettings
public sealed class WebNavigationSettings : ClientObject
Remarks
The SiteNavigationSettings class manages navigation settings that are specific to the PortalSiteMapProvider objects that are stored with the Site object for a publishing site. The WebNavigationSettings class provides additional settings that are stored with the Web object. These additional settings expand the navigation model to support switching between a PortalSiteMapProvider (“structured navigation”) and a TaxonomySiteMapProvider (“managed navigation”).
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.