SPSiteMapProvider.FindSiteMapNode Method (HttpContext)

Retrieves a SiteMapNode object that represents the currently requested Web page by using the specified HttpContext object.

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

Syntax

'Declaration
Public Overrides Function FindSiteMapNode ( _
    context As HttpContext _
) As SiteMapNode
'Usage
Dim instance As SPSiteMapProvider
Dim context As HttpContext
Dim returnValue As SiteMapNode

returnValue = instance.FindSiteMapNode(context)
public override SiteMapNode FindSiteMapNode(
    HttpContext context
)

Parameters

Return Value

Type: System.Web.SiteMapNode
Returns a System.Web.SiteMapNode object.

See Also

Reference

SPSiteMapProvider Class

SPSiteMapProvider Members

FindSiteMapNode Overload

Microsoft.SharePoint.Navigation Namespace

System.Web.SiteMapNode

System.Web.HttpContext

SPNavigation.UseShared