Share via


PortalSiteMapProvider.FindSiteMapNode Method (String)

Returns the site map node associated with the specified URL.

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

Syntax

'Declaration
Public Overrides Function FindSiteMapNode ( _
    rawUrl As String _
) As SiteMapNode
'Usage
Dim instance As PortalSiteMapProvider
Dim rawUrl As String
Dim returnValue As SiteMapNode

returnValue = instance.FindSiteMapNode(rawUrl)
public override SiteMapNode FindSiteMapNode(
    string rawUrl
)

Parameters

  • rawUrl
    Type: System.String
    A string containing the URL of the requested node.

Return Value

Type: System.Web.SiteMapNode
A System.Web.SiteMapNode object that represents the site map node.

See Also

Reference

PortalSiteMapProvider Class

PortalSiteMapProvider Members

FindSiteMapNode Overload

Microsoft.SharePoint.Publishing.Navigation Namespace

PortalSiteMapProvider