Click or drag to resize
OrderStatusInfoProviderGetPreviousEnabledStatus Method
Returns previous enabled order status in order progress.

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

Parameters

statusId
Type: SystemInt32
Current order status id

Return Value

Type: OrderStatusInfo
See Also