Click or drag to resize
ProductAttributeSet Constructor (IEnumerable<Int32>)
Initializes a new instance of the ProductAttributeSet class.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public ProductAttributeSet(
	IEnumerable<int> productAttributeIds
)

Parameters

productAttributeIds
Type: System.Collections.Generic.IEnumerable<Int32>
The product option IDs.
See Also