| CartStepInfo Constructor (String, String, String, Boolean) |
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
)
Public Sub New (
name As String,
template As String,
templatePath As String,
isCheckOut As Boolean
)
Parameters
- name
- Type: SystemString
- template
- Type: SystemString
- templatePath
- Type: SystemString
- isCheckOut
- Type: SystemBoolean
See Also