Click or drag to resize

LiveIntegrationAddInNotificationEmailSubject Property

Gets or sets notification subject

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

Property Value

Type: String
The notification email subject.

Implements

ISettingsNotificationEmailSubject
See Also