Click or drag to resize
OrderStatusInfoProviderMoveStatusDownInternal Method
Moves status down (increases its order).

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

Parameters

statusId
Type: SystemInt32
ID of status to move
See Also