Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / CatalogNode Class / CatalogNode Constructor / CatalogNode Constructor(Int32,Int32,CatalogNodeType,Int32,Boolean,CatalogVisibility,String,String,String,String)
The category
The id of the catalog node
The type of the catalog node
The order of the catalog node within the category
This value is ignored.
The visibility of the catalog node.
The name of the child object.
The summary of the child object.
The thumbnail url of the child object.
The thumbnail alt text of the child object.
In This Topic
    CatalogNode Constructor(Int32,Int32,CatalogNodeType,Int32,Boolean,CatalogVisibility,String,String,String,String)
    In This Topic
    Initializes a new instance of the CatalogNode class.
    Syntax

    Parameters

    categoryId
    The category
    catalogNodeId
    The id of the catalog node
    catalogNodeType
    The type of the catalog node
    orderBy
    The order of the catalog node within the category
    isDirty
    This value is ignored.
    visibility
    The visibility of the catalog node.
    name
    The name of the child object.
    summary
    The summary of the child object.
    thumbnailUrl
    The thumbnail url of the child object.
    thumbnailAltText
    The thumbnail alt text of the child 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