Click or drag to resize
OptionCategoryInfoProviderGetOptionCategoryInfoInternal Method (String, String)
Returns option category with specified name.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual OptionCategoryInfo GetOptionCategoryInfoInternal(
	string categoryName,
	string siteName
)

Parameters

categoryName
Type: SystemString
Option category name
siteName
Type: SystemString
Site name

Return Value

Type: OptionCategoryInfo
See Also