Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / CatalogProductNode Class / CatalogProductNode Constructor / CatalogProductNode Constructor(Int32,Int32,CatalogNodeType,Int32,Boolean,CatalogVisibility,String,String,String,String,Decimal)
The category Id of this node
The catalog node id of this node
The type of this catalog node
The value of OrderBy field
This value is ignored.
The visibility setting of this node
The name of this node
The summary field of this node
The thumbnail url of this node
The alt text for the thumbnail of this node
The Price of the associated product
In This Topic
    CatalogProductNode Constructor(Int32,Int32,CatalogNodeType,Int32,Boolean,CatalogVisibility,String,String,String,String,Decimal)
    In This Topic
    Initializes a new instance of the CatalogProductNode class.
    Syntax

    Parameters

    categoryId
    The category Id of this node
    catalogNodeId
    The catalog node id of this node
    catalogNodeType
    The type of this catalog node
    orderBy
    The value of OrderBy field
    isDirty
    This value is ignored.
    visibility
    The visibility setting of this node
    name
    The name of this node
    summary
    The summary field of this node
    thumbnailUrl
    The thumbnail url of this node
    thumbnailAltText
    The alt text for the thumbnail of this node
    price
    The Price of the associated product
    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