| 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; }
<AddInParameterAttribute("Notification e-mail template")>
<AddInParameterEditorAttribute(GetType(TemplateParameterEditor), "folder=Templates/DataIntegration/Notifications;FullPath=true;inputClass=NewUIinput;")>
<AddInParameterGroupAttribute("E) Notifications")>
<AddInParameterOrderAttribute(240)>
Public Property NotificationTemplate As String
Get
Set
Property Value
Type:
StringThe notification template.
Implements
ISettingsNotificationTemplateSee Also