Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / Product Class / Product Constructor / Product Constructor(Store,String,Decimal,Decimal,Decimal,Decimal,Decimal,Decimal,Decimal,Byte,Int32,Nullable<DateTime>,Int32,DateTime,DateTime,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Int32,Int32,Byte,Boolean,Boolean,Boolean)
The value of store
The value of name
The value of price
The value of costofgoods
The value of msrp
The value of weight
The value of length
The value of width
The value of height
The value of inventorymodeid
The value of instock
The value of availabilitydate
The value of instockwarninglevel
The value of createddate
The value of lastmodifieddate
The value of isfeatured
The value of isprohibited
The value of allowreviews
The value of allowbackorder
The value of excludefromfeed
The value of disablepurchase
The value of minquantity
The value of maxquantity
The value of visibilityid
The value of isgiftcertificate
The value of usevariableprice
The value of hideprice
In This Topic
    Product Constructor(Store,String,Decimal,Decimal,Decimal,Decimal,Decimal,Decimal,Decimal,Byte,Int32,Nullable<DateTime>,Int32,DateTime,DateTime,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Int32,Int32,Byte,Boolean,Boolean,Boolean)
    In This Topic
    Initializes a new instance of the Product class.
    Syntax

    Parameters

    store
    The value of store
    name
    The value of name
    price
    The value of price
    costofgoods
    The value of costofgoods
    msrp
    The value of msrp
    weight
    The value of weight
    length
    The value of length
    width
    The value of width
    height
    The value of height
    inventorymodeid
    The value of inventorymodeid
    instock
    The value of instock
    availabilitydate
    The value of availabilitydate
    instockwarninglevel
    The value of instockwarninglevel
    createddate
    The value of createddate
    lastmodifieddate
    The value of lastmodifieddate
    isfeatured
    The value of isfeatured
    isprohibited
    The value of isprohibited
    allowreviews
    The value of allowreviews
    allowbackorder
    The value of allowbackorder
    excludefromfeed
    The value of excludefromfeed
    disablepurchase
    The value of disablepurchase
    minquantity
    The value of minquantity
    maxquantity
    The value of maxquantity
    visibilityid
    The value of visibilityid
    isgiftcertificate
    The value of isgiftcertificate
    usevariableprice
    The value of usevariableprice
    hideprice
    The value of hideprice
    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