SKUInfoProviderGetSKUOptions Method |
Returns query for all product options from specified product option category.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax 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:
ObjectQuerySKUInfoSee Also