Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / DefaultUrlGenerator Class / GetBrowseUrl Method / GetBrowseUrl(Object) Method
Either a Category, Product, or CatalogNode to generate a browse url for.
In This Topic
    GetBrowseUrl(Object) Method
    In This Topic
    Generates a browse url from an object reference.
    Syntax
    public virtual string GetBrowseUrl( 
       object dataItem
    )

    Parameters

    dataItem
    Either a Category, Product, or CatalogNode to generate a browse url for.

    Return Value

    The browse url for the object.
    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