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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void SetOptionCategoryInfo(
	OptionCategoryInfo categoryObj
)

Parameters

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