Click or drag to resize
OptionCategoryInfoProviderSetOptionCategoryInfoInternal Method
Sets (updates or inserts) specified option category.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetOptionCategoryInfoInternal(
	OptionCategoryInfo categoryObj
)

Parameters

categoryObj
Type: CMS.EcommerceOptionCategoryInfo
Option category to be set
See Also