PortalSiteMapProvider.FindSiteMapNode Method
Include Protected Members
Include Inherited Members
Returns the PortalSiteMapNode for the given URL.
Overload List
Name | Description | |
---|---|---|
FindSiteMapNode(HttpContext) | (Inherited from SiteMapProvider.) | |
FindSiteMapNode(String) | Returns the PortalSiteMapNode object for a specified URL and context. (Overrides SiteMapProvider.FindSiteMapNode(String).) | |
FindSiteMapNode(String, SPWeb) | Returns the PortalSiteMapNode for the given URL. |
Top