ProductVariant Constructor (Int32) |
Initializes a new instance of the ProductVariant class.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax public ProductVariant(
int variantId
)
Parameters
- variantId
- Type: SystemInt32
The variant ID.
See Also