OptionCategoryInfoProviderGetOptionCategoryInfoInternal Method |
Returns option category with specified name.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax protected virtual OptionCategoryInfo GetOptionCategoryInfoInternal(
string categoryName,
string siteName
)
Parameters
- categoryName
- Type: SystemString
Option category name - siteName
- Type: SystemString
Site name
Return Value
Type:
OptionCategoryInfoSee Also