VariantOptionInfoProviderDeleteVariantOptionInfoInternal Method |
Deletes relationship between specified product variant and option.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual void DeleteVariantOptionInfoInternal(
VariantOptionInfo infoObj
)
Parameters
- infoObj
- Type: CMS.EcommerceVariantOptionInfo
Product-option relationship to be deleted.
See Also