Click or drag to resize
CheckoutProcessInfoGetCheckoutProcessSteps Method
Returns list of steps for the specified type of checkout process.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public List<CheckoutProcessStepInfo> GetCheckoutProcessSteps(
	CheckoutProcessEnum process
)

Parameters

process
Type: CMS.EcommerceCheckoutProcessEnum
Checkout process type

Return Value

Type: ListCheckoutProcessStepInfo
See Also