Click or drag to resize
ProductVariant Constructor (Int32)
Initializes a new instance of the ProductVariant class.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public ProductVariant(
	int variantId
)

Parameters

variantId
Type: SystemInt32
The variant ID.
See Also