Click or drag to resize
VariantOptionInfoProviderSetVariantOptionInfoInternal Method
Sets relationship between specified product variant and option.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetVariantOptionInfoInternal(
	VariantOptionInfo infoObj
)

Parameters

infoObj
Type: CMS.EcommerceVariantOptionInfo
Product-option relationship to be set.
See Also