Click or drag to resize

LiveIntegrationAddInNotificationEmailSenderName Property

Gets or sets notification sender name

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

Property Value

Type: String
The name of the notification email sender.

Implements

ISettingsNotificationEmailSenderName
See Also