ProductAttributeSet Constructor (IEnumerableInt32) |
Initializes a new instance of the ProductAttributeSet class.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public ProductAttributeSet(
IEnumerable<int> productAttributeIds
)
Parameters
- productAttributeIds
- Type: System.Collections.GenericIEnumerableInt32
The product option IDs.
See Also