CheckoutProcessInfoGetCheckoutProcessStepInfo Method (String) |
Returns CheckoutProcessStepInfo object created from the xml node of the specified name attribute.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntaxpublic CheckoutProcessStepInfo GetCheckoutProcessStepInfo(
string stepName
)
Parameters
- stepName
- Type: SystemString
Step name
Return Value
Type:
CheckoutProcessStepInfo
See Also