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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void MoveStatusDown(
	int statusId
)

Parameters

statusId
Type: SystemInt32
ID of status to move
See Also