Click or drag to resize

SettingsCartCommunicationType Property

Gets or sets the type of communication used for the cart. Valid options are defined in CartCommunicationType.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Configuration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public string CartCommunicationType { get; set; }

Property Value

Type: String
Returns the type of the cart communication.

Implements

ISettingsCartCommunicationType
See Also