Name | Description | |
---|---|---|
init | Initializes the dundas.notifications.DeliverySettings object. |
Name | Description | |
---|---|---|
deliveryKind | Gets or sets the delivery kind of the notification. | |
emailPerRecipient | Gets or sets a value indicating whether an email should be created per recipient. | |
exportUsingRecipientAccount | Gets or sets a value indicating whether the export should be run under recipient(s)'s account. | |
fileLifespan | The file life span in hours. | |
fileNameTemplate | The file name template. | |
folderName | The folder name. | |
includeAttachments | Gets or sets a value indicating whether the email should include attachment(s). | |
maximumFrequency | Gets or sets the maximum delivery frequency of the notification. | |
messageTemplate | Gets or sets the message body template (can contain placeholders). | |
providerId | Gets or sets the delivery provider ID. | |
providerSettings | Gets or sets the delivery provider setting values. | |
recipients | Gets or sets the email recipients. | |
subjectTemplate | Gets or sets the subject template (can contain placeholders). |
Name | Description | |
---|---|---|
fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | |
toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. |