Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / CatalogPathNode Class / CatalogPathNode Constructor / CatalogPathNode Constructor(Int32,Int32,CatalogNodeType,CatalogVisibility,String,String,String,String)
Category Id for this path node
CatalogNode Id for this path node
CatalogNode type for this path node
Visibility setting for this path node
Name of this path node
Summary of this path node
Thumbnail URL for this path node
Alternate text for the thumbnail for this path node
In This Topic
    CatalogPathNode Constructor(Int32,Int32,CatalogNodeType,CatalogVisibility,String,String,String,String)
    In This Topic
    Initializes a new instance of the CatalogPathNode class.
    Syntax

    Parameters

    categoryId
    Category Id for this path node
    catalogNodeId
    CatalogNode Id for this path node
    catalogNodeType
    CatalogNode type for this path node
    visibility
    Visibility setting for this path node
    name
    Name of this path node
    summary
    Summary of this path node
    thumbnailUrl
    Thumbnail URL for this path node
    thumbnailAltText
    Alternate text for the thumbnail for this path node
    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