Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / IUrlCache Interface / GetCustomUrl Method / GetCustomUrl(String) Method
The path for which to get the custom URL
In This Topic
    GetCustomUrl(String) Method
    In This Topic
    Get the custom url for given request path
    Syntax
    UrlCacheItem GetCustomUrl( 
       string requestPath
    )

    Parameters

    requestPath
    The path for which to get the custom URL

    Return Value

    Url data for given path or null if no custom url found for given path
    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