Click or drag to resize
SKUInfoProviderMoveSKUOptionDownInternal Method
Moves specified product option down within the parent option category.

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

Parameters

skuId
Type: SystemInt32
Product option ID
See Also