Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / UrlGenerator Class / GenerateUrl(Int32,CatalogNodeType,String) Method
The catalog node identifier.
Type of the catalog node item.
The name of the catalog node item.
In This Topic
    GenerateUrl(Int32,CatalogNodeType,String) Method
    In This Topic
    Generates the URL.
    Syntax
    public static string GenerateUrl( 
       int nodeId,
       CatalogNodeType nodeType,
       string name
    )

    Parameters

    nodeId
    The catalog node identifier.
    nodeType
    Type of the catalog node item.
    name
    The name of the catalog node item.

    Return Value

    Catalog URL generated for given catalog node item
    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