DeliverySettingsData Class

Base data contract object for returning an DeliverySettings through REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsDeliverySettingsData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class DeliverySettingsData : BaseDataContract

The DeliverySettingsData type exposes the following members.

Constructors
 NameDescription
Public methodDeliverySettingsData Initializes a new instance of the DeliverySettingsData class.
Top
Properties
 NameDescription
Public propertyDeliveryKind Gets the delivery kind of the notification.
Public propertyExportUsingRecipientAccount Gets or sets a value indicating whether the export should be run under recipient(s)'s account.
Public propertyFileLifespan Gets or sets the file life span.
Public propertyFileNameTemplate Gets or sets the file name template.
Public propertyFolderName Gets or sets the folder name.
Public propertyIncludeAttachments Gets or sets a value indicating whether the e-mail should include attachment(s).
Public propertyMaximumFrequency Gets the maximum delivery frequency of the notification.
Public propertyMessageTemplate Gets or sets the message body template (can contain placeholders).
Public propertyProviderId Gets or sets the delivery provider ID of the notification.
Public propertyProviderSettings Gets the delivery provider setting values.
Public propertyRecipients Gets the e-mail recipients.
Public propertySubjectTemplate Gets or sets the subject template (can contain placeholders).
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
Methods
 NameDescription
Public methodStatic memberFromDataContractMappings The mapping between DeliverySettingsData and DeliverySettings.
Public methodStatic memberToDataContractMappings The mapping between DeliverySettings and DeliverySettingsData.
Top
See Also