Click or drag to resize
SKUInfoProviderSortProductOptionsAlphabeticallyInternal Method
Sorts product options of the specified option category alphabetically (A-Z).

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

Parameters

categoryId
Type: SystemInt32
Option category ID
See Also