SKUAllowedOptionInfoProviderRemoveOptionFromProduct Method |
Deletes relationship between specified product and option.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax public static void RemoveOptionFromProduct(
int productId,
int optionId
)
Parameters
- productId
- Type: SystemInt32
Product ID (SKUID). - optionId
- Type: SystemInt32
Product option ID (SKUID).
See Also