Click or drag to resize
OptionCategoryInfoProviderGetOptionCategoryInfoInternal Method (Int32)
Returns option category with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual OptionCategoryInfo GetOptionCategoryInfoInternal(
	int categoryId
)

Parameters

categoryId
Type: SystemInt32
Option category ID

Return Value

Type: OptionCategoryInfo
See Also