DeliveryProviderInfo Class

Delivery provider information.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Notifications.DeliveryDeliveryProviderInfo

Namespace:  Dundas.BI.Notifications.Delivery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class DeliveryProviderInfo

The DeliveryProviderInfo type exposes the following members.

Properties
  NameDescription
Public propertyDeliveryKind
Gets the kind of delivery the provider provides.
Public propertyDescription
Gets the delivery provider description.
Public propertyHasCustomConfigurationUI
Gets a value indicating whether this delivery provider is using a custom configuration UI.
Public propertyId
Gets the delivery provider ID.
Public propertyName
Gets the delivery provider name.
Public propertyPropertyDescriptors
Gets the delivery provider specific property descriptors.
Top
Methods
  NameDescription
Public methodGetCustomConfigurationUI
Gets the custom configuration UI based on the requested content type.
Top
See Also