Click or drag to resize
ProductAttributeSet Constructor (Int32)
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 int[] productAttributeIds
)

Parameters

productAttributeIds
Type: SystemInt32
The product option IDs.
See Also