Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / CatalogNodeSiteMapProvider Class / FindSiteMapNode Method / FindSiteMapNode(String) Method
A URL that identifies the page for which to retrieve a System.Web.SiteMapNode.
In This Topic
    FindSiteMapNode(String) Method
    In This Topic
    When overridden in a derived class, retrieves a System.Web.SiteMapNode object that represents the page at the specified URL.
    Syntax
    public override SiteMapNode FindSiteMapNode( 
       string rawUrl
    )

    Parameters

    rawUrl
    A URL that identifies the page for which to retrieve a System.Web.SiteMapNode.

    Return Value

    A System.Web.SiteMapNode that represents the page identified by rawUrl; otherwise, a null reference (Nothing in Visual Basic), if no corresponding System.Web.SiteMapNode is found or if security trimming is enabled and the System.Web.SiteMapNode cannot be returned for the current user.
    Exceptions
    ExceptionDescription
    rawURL is a null reference (Nothing in Visual Basic).
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also