Click or drag to resize
OrderStatusInfoProviderGetNextEnabledStatus Method
Returns next 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 GetNextEnabledStatus(
	int statusId
)

Parameters

statusId
Type: SystemInt32
Current order status id

Return Value

Type: OrderStatusInfo
See Also