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