Click or drag to resize
SKUInfoProviderHasSKUEnabledOptionsInternal 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.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual bool HasSKUEnabledOptionsInternal(
	int skuId
)

Parameters

skuId
Type: SystemInt32
SKU ID

Return Value

Type: Boolean
See Also