Click or drag to resize

LiveIntegrationAddInNotificationTemplate Property

Gets or sets notification template

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Notification e-mail template")]
[AddInParameterEditorAttribute(typeof(TemplateParameterEditor), "folder=Templates/DataIntegration/Notifications;FullPath=true;inputClass=NewUIinput;")]
[AddInParameterGroupAttribute("E) Notifications")]
[AddInParameterOrderAttribute(240)]
public string NotificationTemplate { get; set; }

Property Value

Type: String
The notification template.

Implements

ISettingsNotificationTemplate
See Also