PortalNavigationType Enumeration
Options that specify where the provider should get its SPNavigationNode links from and which include or hide settings to respect.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Enumeration PortalNavigationType
'Usage
Dim instance As PortalNavigationType
public enum PortalNavigationType
Members
Member name | Description | |
---|---|---|
Global | Include SPNavigationNodes from navigation in the TopNavigationBar collection of SharePoint Foundation; respect global inheritance and include or hide settings. | |
Current | Include SPNavigationNodes from navigation in the QuickLaunch collection in Microsoft SharePoint Foundation; respect current inheritance settings and include or hide settings. | |
Combined | Use global navigation if the Web site does not inherit its global navigation, use current navigation if the Web site does inherit its global navigation. |