Click or drag to resize
VariantHelper.CreateVariantInternal Method
Creates new variant object (from product and options) without saving it.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual ProductVariant CreateVariantInternal(
	int productId,
	ProductAttributeSet productAttributes
)

Parameters

productId
Type: System.Int32
The product ID.
productAttributes
Type: CMS.Ecommerce.ProductAttributeSet
The product options.

Return Value

Type: ProductVariant
New variant object.
See Also