Share via


SPContentMapProvider.FindSiteMapNode method (String)

Retrieves a SiteMapNode object that represents the Web page at the specified URL.

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

Syntax

'Declaration
Public Overrides Function FindSiteMapNode ( _
    rawUrl As String _
) As SiteMapNode
'Usage
Dim instance As SPContentMapProvider
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
Returns a SiteMapNode representing the Web pace identified by rawUrl.

See also

Reference

SPContentMapProvider class

SPContentMapProvider members

FindSiteMapNode overload

Microsoft.SharePoint.Navigation namespace

SiteMapNode