Table of Contents

Class CartStepInfo

Namespace
Dynamicweb.Ecommerce.Cart
Assembly
Dynamicweb.Ecommerce.dll
CartStepInfo class.
public class CartStepInfo
Inheritance
CartStepInfo
Inherited Members

Constructors

CartStepInfo()

Initializes a new instance of the CartStepInfo class.
public CartStepInfo()

CartStepInfo(string, string, string, bool)

Initializes a new instance of the CartStepInfo class.
public CartStepInfo(string name, string template, string templatePath, bool isCheckOut)

Parameters

name string
The name.
template string
The template.
templatePath string
The template path.
isCheckOut bool
if set to true [is check out].

Fields

IsCheckout

The is checkout
public bool IsCheckout

Field Value

bool

Name

The name
public string Name

Field Value

string

Template

The template
public string Template

Field Value

string

TemplatePath

The template path
public string TemplatePath

Field Value

string
To top