Compartilhar via


SPNavigationProvider.FindSiteMapNode Method (String)

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

Namespace:  Microsoft.SharePoint.Navigation
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Overrides Function FindSiteMapNode ( _
    rawUrl As String _
) As SiteMapNode
'Usage
Dim instance As SPNavigationProvider
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 object identified by rawUrl.

See Also

Reference

SPNavigationProvider Class

SPNavigationProvider Members

FindSiteMapNode Overload

Microsoft.SharePoint.Navigation Namespace

System.Web.SiteMapNode