| 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; }
<AddInParameterAttribute("Notification e-mail subject")>
<AddInParameterEditorAttribute(GetType(TextParameterEditor), "inputClass=NewUIinput;")>
<AddInParameterGroupAttribute("E) Notifications")>
<AddInParameterOrderAttribute(250)>
Public Property NotificationEmailSubject As String
Get
Set
Property Value
Type:
StringThe notification email subject.
Implements
ISettingsNotificationEmailSubjectSee Also