Class NotificationSettings
- Namespace
- Dynamicweb.DataIntegration.Integration
- Assembly
- Dynamicweb.DataIntegration.dll
Contains E-mails notification setings
public class NotificationSettings
- Inheritance
-
NotificationSettings
- Inherited Members
Properties
FailureOnly
public bool FailureOnly { get; set; }
Property Value
NotificationTemplate
public string NotificationTemplate { get; set; }
Property Value
RecipientGroups
public IEnumerable<int> RecipientGroups { get; set; }
Property Value
RecipientsList
public List<string> RecipientsList { get; set; }
Property Value
SenderDisplayName
public string SenderDisplayName { get; set; }
Property Value
SenderEmail
public string SenderEmail { get; set; }
Property Value
Methods
SendMail(bool)
public bool SendMail(bool isFailed)
Parameters
isFailed
bool