PortalSiteMapProvider.NavigationType property

Gets or sets the type of navigation of this navigation provider.

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

Syntax

'Declaration
Public Property NavigationType As PortalNavigationType
    Get
    Set
'Usage
Dim instance As PortalSiteMapProvider
Dim value As PortalNavigationType

value = instance.NavigationType

instance.NavigationType = value
public PortalNavigationType NavigationType { get; set; }

Property value

Type: Microsoft.SharePoint.Publishing.Navigation.PortalNavigationType
A PortalNavigationType enumeration that represents one of several navigation types.

See also

Reference

PortalSiteMapProvider class

PortalSiteMapProvider members

Microsoft.SharePoint.Publishing.Navigation namespace

PortalSiteMapProvider