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
rawUrl
Type: System.StringThe URL of the requested node.
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.