Click or drag to resize

LiveIntegrationAddInEndpoint Property

Gets or sets the id for the Endpoint.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Endpoint")]
[AddInParameterEditorAttribute(typeof(DropDownParameterEditor), "multiple=true;NewGUI=true;InfoBar=true;Tooltip=Only works with a web service exposed by a plug-in unit from Dynamicweb. This option takes precedence")]
[AddInParameterGroupAttribute("A) General")]
[AddInParameterOrderAttribute(20)]
public string Endpoint { get; set; }

Property Value

Type: String
The Endpoint id.

Implements

ISettingsEndpoint
See Also