PortalSiteMapProvider.FindSiteMapNode method (String)

Returns the PortalSiteMapNode object for a specified URL and context.

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

Return value

Type: System.Web.SiteMapNode
A PortalSiteMapNode object that represents the item at the requested URL.

Remarks

The currentContext parameter is used to determine the correct items to return.

See also

Reference

PortalSiteMapProvider class

PortalSiteMapProvider members

FindSiteMapNode overload

Microsoft.SharePoint.Publishing.Navigation namespace

PortalSiteMapProvider