Click or drag to resize

LiveIntegrationAddInCartCommunicationType Property

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

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Cart communication type")]
[AddInParameterEditorAttribute(typeof(DropDownParameterEditor), "NewGUI=true;none=false")]
[AddInParameterGroupAttribute("C) Orders")]
[AddInParameterOrderAttribute(111)]
public string CartCommunicationType { get; set; }

Property Value

Type: String
The type of the cart communication.

Implements

ISettingsCartCommunicationType
See Also