SKUAllowedOptionInfoProviderDeleteSKUOptionInfoInternal Method |
Deletes relationship between specified product and option.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual void DeleteSKUOptionInfoInternal(
SKUAllowedOptionInfo infoObj
)
Parameters
- infoObj
- Type: CMS.EcommerceSKUAllowedOptionInfo
Product-option relationship to be deleted.
See Also