Click or drag to resize

ProductGroupFieldValue Constructor (ProductGroupField, Object)

Initializes a new instance of the ProductGroupFieldValue class

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public ProductGroupFieldValue(
	ProductGroupField productGroupField,
	Object value
)

Parameters

productGroupField
Type: Dynamicweb.Ecommerce.ProductsProductGroupField
value
Type: SystemObject
See Also