| 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; }
<AddInParameterAttribute("Cart communication type")>
<AddInParameterEditorAttribute(GetType(DropDownParameterEditor), "NewGUI=true;none=false")>
<AddInParameterGroupAttribute("C) Orders")>
<AddInParameterOrderAttribute(111)>
Public Property CartCommunicationType As String
Get
Set
Property Value
Type:
StringThe type of the cart communication.
Implements
ISettingsCartCommunicationTypeSee Also