Click or drag to resize

VariantCombination Constructor (String, String)

Note: This API is now obsolete.

Initializes a new instance of the VariantCombination class

Namespace:  Dynamicweb.Ecommerce.Variants
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use VariantCombinationService instead.")]
public VariantCombination(
	string productId,
	string variantId
)

Parameters

productId
Type: SystemString
variantId
Type: SystemString
See Also