PortalSiteMapProvider.GlobalNavSiteMapProvider property

Gets a PortalSiteMapProvider object that has the NavigationType value equal to "Global".

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

Syntax

'Declaration
Public Shared ReadOnly Property GlobalNavSiteMapProvider As PortalSiteMapProvider
    Get
'Usage
Dim value As PortalSiteMapProvider

value = PortalSiteMapProvider.GlobalNavSiteMapProvider
public static PortalSiteMapProvider GlobalNavSiteMapProvider { get; }

Property value

Type: Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider
A reference to the PortalSiteMapProvider object.

Remarks

For the declaration of this PortalSiteMapProvider object and its default settings, see the web.config file.

See also

Reference

PortalSiteMapProvider class

PortalSiteMapProvider members

Microsoft.SharePoint.Publishing.Navigation namespace

PortalSiteMapProvider