SPNavigationProvider.FindSiteMapNode Method
Include Protected Members
Include Inherited Members
Retrieves a SiteMapNode object that represents a page.
Overload List
Name | Description | |
---|---|---|
FindSiteMapNode(String) | Retrieves a SiteMapNode object that represents the page at the specified URL. (Overrides SiteMapProvider.FindSiteMapNode(String).) | |
FindSiteMapNode(HttpContext) | Retrieves a SiteMapNode object that represents the currently requested page by using the specified HttpContext instance. (Overrides SiteMapProvider.FindSiteMapNode(HttpContext).) |
Top