VariantHelperSetProductVariantInternal Method |
Saves this instance of product variant with specified product options to database.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected virtual void SetProductVariantInternal(
ProductVariant productVariant
)
Parameters
- productVariant
- Type: CMS.EcommerceProductVariant
The product variant.
See Also