Click or drag to resize

CartStepInfo Constructor (String, String, String, Boolean)

Initializes a new instance of the CartStepInfo class

Namespace:  Dynamicweb.Ecommerce.Cart
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public CartStepInfo(
	string name,
	string template,
	string templatePath,
	bool isCheckOut
)

Parameters

name
Type: SystemString
template
Type: SystemString
templatePath
Type: SystemString
isCheckOut
Type: SystemBoolean
See Also