Click or drag to resize
SKUInfoProviderMoveSKUOptionUpInternal Method
Moves specified product option up within the parent option category.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
protected virtual void MoveSKUOptionUpInternal(
	int skuId
)

Parameters

skuId
Type: SystemInt32
Product option ID
See Also