SKUInfoProviderHasSKUEnabledOptions Method |
Returns True if there are any enabled options categories with some enabled product options assigned to the specified SKU, otherwise returns False.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static bool HasSKUEnabledOptions(
int skuId
)
Parameters
- skuId
- Type: SystemInt32
SKU ID
Return Value
Type:
BooleanSee Also