NavigationLinkType enumeration

An enumeration that is used by a NavigationTerm object to indicate the type of navigation node.

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

Syntax

'Declaration
Public Enumeration NavigationLinkType
'Usage
Dim instance As NavigationLinkType
public enum NavigationLinkType

Members

Member name Description
Root Specifies the root node in the navigation tree that corresponds to a NavigationTermSet object.
FriendlyUrl Specifies a navigation node that defines a new URL for an existing SharePoint page by rewriting the URL.
SimpleLink Specifies a navigation node with a standard hyperlink to an already existing URL.

The URL can be an empty string, in which case the navigation node acts as a simple heading in the menu.

See also

Reference

Microsoft.SharePoint.Publishing.Navigation namespace