PortalSiteMapProvider.FindSiteMapNode Method
Include Protected Members
Include Inherited Members
Returns a specified site map node.
Overload List
Name | Description | |
---|---|---|
FindSiteMapNode(HttpContext) | (Inherited from SiteMapProvider.) | |
FindSiteMapNode(String) | Returns the site map node associated with the specified URL. (Overrides SiteMapProvider.FindSiteMapNode(String).) | |
FindSiteMapNode(String, SPWeb) | Returns the site map node associated with the specified URL and context. |
Top