Click or drag to resize

LiveIntegrationAddInShopId Property

Gets or sets ShopId

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Shop")]
[AddInParameterEditorAttribute(typeof(DropDownParameterEditor), "NewGUI=true;none=false")]
[AddInParameterGroupAttribute("A) General")]
[AddInParameterOrderAttribute(40)]
public string ShopId { get; set; }

Property Value

Type: String
The shop identifier.

Implements

ISettingsShopId
See Also