Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / RelatedProduct Class / RelatedProduct Constructor / RelatedProduct Constructor(Product,Product,Int32)
The parent product.
The product that is related to the parent.
The order the related product appears in the list of all related products.
In This Topic
    RelatedProduct Constructor(Product,Product,Int32)
    In This Topic
    Initializes a new instance of the RelatedProduct class.
    Syntax
    public RelatedProduct( 
       Product product,
       Product relatedProduct,
       int orderBy
    )

    Parameters

    product
    The parent product.
    relatedProduct
    The product that is related to the parent.
    orderBy
    The order the related product appears in the list of all related products.
    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