Click or drag to resize
SKUInfoProviderGetSKUOptionsCountInternal Method
Returns number of product options which are defined for the specified product option category.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual int GetSKUOptionsCountInternal(
	int categoryId
)

Parameters

categoryId
Type: SystemInt32
Product option category ID

Return Value

Type: Int32
See Also