Click or drag to resize
OptionCategoryInfoProviderDeleteOptionCategoryInfo Method (Int32)
Deletes option category with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void DeleteOptionCategoryInfo(
	int categoryId
)

Parameters

categoryId
Type: SystemInt32
Option category ID
See Also