CheckoutProcessInfoGetCheckoutProcessStepInfo Method (Int32) |
Returns CheckoutProcessStepInfo object created from the xml node of the specified order(index).
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public CheckoutProcessStepInfo GetCheckoutProcessStepInfo(
int index
)
Parameters
- index
- Type: SystemInt32
Index of the step to be returned
Return Value
Type:
CheckoutProcessStepInfoSee Also