Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / UrlGenerator Class / GetBrowseUrl Method / GetBrowseUrl(Object) Method
Either a Category, Product, or CatalogNode to generate a browse url for.
Version
GetBrowseUrl(Object) Method
Generates a browse url from an object reference.
Syntax
public static 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