FileDeliverySettings Class

File delivery settings.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Notifications.DeliveryDeliverySettings
    Dundas.BI.Notifications.DeliveryFileDeliverySettings

Namespace: Dundas.BI.Notifications.Delivery
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class FileDeliverySettings : DeliverySettings

The FileDeliverySettings type exposes the following members.

Constructors
 NameDescription
Public methodFileDeliverySettings Initializes a new instance of the FileDeliverySettings class.
Public methodFileDeliverySettings(String) Initializes a new instance of the FileDeliverySettings class.
Top
Properties
 NameDescription
Public propertyDeliveryKind Gets the delivery kind of the notification.
(Overrides DeliverySettingsDeliveryKind)
Public propertyExportUsingRecipientAccount Gets or sets a value indicating whether the export should be run under recipient(s)'s account.
(Inherited from DeliverySettings)
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 propertyMaximumFrequency Gets the maximum delivery frequency of the notification.
(Inherited from DeliverySettings)
Public propertyProviderId Gets or sets the delivery provider ID of the notification.
(Inherited from DeliverySettings)
Public propertyProviderSettings Gets the delivery provider setting values.
(Inherited from DeliverySettings)
Public propertyRecipients Gets the e-mail recipients.
(Inherited from DeliverySettings)
Top
Methods
 NameDescription
Public methodAddRecipient(Guid) Adds the recipient.
(Inherited from DeliverySettings)
Public methodAddRecipient(Recipient) Adds the recipient.
(Inherited from DeliverySettings)
Public methodAddRecipient(String) Adds the recipient.
(Inherited from DeliverySettings)
Public methodAddRecipient(Guid, Boolean) Adds the recipient.
(Inherited from DeliverySettings)
Public methodAddRecipient(Guid, IListRecipientViewOverride) Adds the recipient.
(Inherited from DeliverySettings)
Public methodAddRecipient(String, Boolean) Adds the recipient.
(Inherited from DeliverySettings)
Public methodAddRecipient(String, IListRecipientViewOverride) Adds the recipient.
(Inherited from DeliverySettings)
Public methodAddRecipient(Guid, Boolean, IListRecipientViewOverride) Adds the recipient.
(Inherited from DeliverySettings)
Public methodAddRecipient(String, Boolean, IListRecipientViewOverride) Adds the recipient.
(Inherited from DeliverySettings)
Public methodAddRecipient(Guid, RecipientMemberKind, Boolean, IListRecipientViewOverride) Adds the recipient.
(Inherited from DeliverySettings)
Top
See Also