Click or drag to resize
ProductAttributeSet Constructor (IEnumerableInt32)
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(
	IEnumerable<int> productAttributeIds
)

Parameters

productAttributeIds
Type: System.Collections.GenericIEnumerableInt32
The product option IDs.
See Also