Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / ProductCustomField Class / ProductCustomField Constructor / ProductCustomField Constructor(Product,Boolean,Boolean,String)
The value of product
The value of isuserdefined
The value of isvisible
The value of fieldname
In This Topic
    ProductCustomField Constructor(Product,Boolean,Boolean,String)
    In This Topic
    Initializes a new instance of the ProductCustomField class.
    Syntax
    public ProductCustomField( 
       Product product,
       bool isuserdefined,
       bool isvisible,
       string fieldname
    )

    Parameters

    product
    The value of product
    isuserdefined
    The value of isuserdefined
    isvisible
    The value of isvisible
    fieldname
    The value of fieldname
    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