ISKUOptionCategoryInfoProviderGet Method (Int32, Int32) |
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax SKUOptionCategoryInfo Get(
int optionCategoryId,
int skuId
)
Parameters
- optionCategoryId
- Type: SystemInt32
Option category ID. - skuId
- Type: SystemInt32
Product ID.
Return Value
Type:
SKUOptionCategoryInfoReturns an instance of
SKUOptionCategoryInfo corresponding to given identifiers or null.
See Also