Click or drag to resize
SKUInfoProviderGetSKUOptions Method
Returns query for all product options from specified product option category.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<SKUInfo> GetSKUOptions(
	int categoryId,
	bool onlyEnabled
)

Parameters

categoryId
Type: SystemInt32
Product option category ID
onlyEnabled
Type: SystemBoolean
Indicates if only enabled product options should be selected

Return Value

Type: ObjectQuerySKUInfo
See Also