Click or drag to resize

LiveIntegrationAddInNotificationEmail Property

Gets or sets notification email

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Notification recipient e-mail")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "inputClass=NewUIinput;")]
[AddInParameterGroupAttribute("E) Notifications")]
[AddInParameterOrderAttribute(230)]
public string NotificationEmail { get; set; }

Property Value

Type: String
The notification email.

Implements

ISettingsNotificationEmail
See Also