Click or drag to resize
SKUInfoProvider.GetSKUOptionsForProductInternal Method
Returns query for all product options from specified product option category allowed for product specified by skuId parameter.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
protected virtual ObjectQuery<SKUInfo> GetSKUOptionsForProductInternal(
	int skuId,
	int categoryId,
	bool onlyEnabled
)

Parameters

skuId
Type: System.Int32
ID of the SKU for which options are to be obtained
categoryId
Type: System.Int32
Product option category ID
onlyEnabled
Type: System.Boolean
Indicates if only enabled product options should be selected

Return Value

Type: ObjectQuery<SKUInfo>
See Also