Click or drag to resize
OrderStatusInfoProviderGetNextEnabledStatusInternal Method
Returns next enabled status in order progress.

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

Parameters

statusId
Type: SystemInt32
Current order status id

Return Value

Type: OrderStatusInfo
See Also