NavigationLinkType enumeration
An enumeration that is used by a NavigationTerm object to indicate the type of navigation node.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.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. |