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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static OptionCategoryInfo GetOptionCategoryInfo(
	int categoryId
)

Parameters

categoryId
Type: SystemInt32
Option category ID

Return Value

Type: OptionCategoryInfo
See Also