Click or drag to resize
SKUInfoProviderSortProductOptionsAlphabetically 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#
public static void SortProductOptionsAlphabetically(
	int categoryId
)

Parameters

categoryId
Type: SystemInt32
ID of option category
See Also