ProductAttributeSet Constructor (Int32) |
Initializes a new instance of the ProductAttributeSet class.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax public ProductAttributeSet(
params int[] productAttributeIds
)
Parameters
- productAttributeIds
- Type: SystemInt32
The product option IDs.
See Also