Click or drag to resize
ProductAttributeSet Constructor (SKUInfo)
Initializes a new instance of the ProductAttributeSet class.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public ProductAttributeSet(
	params SKUInfo[] productAttributes
)

Parameters

productAttributes
Type: CMS.EcommerceSKUInfo
The product options.
See Also