ISubscriptionBaseUIUserControl Members
Include Protected Members
Include Inherited Members
Represents the means to retrieve delivery extension-specific subscription information from the user (for example, e-mail addresses).
The ISubscriptionBaseUIUserControl type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
SetConfiguration(String) | Used to pass custom configuration data to an extension. (Inherited from IExtension.) |
![]() |
Validate() | Used to determine whether the settings for a delivery extension are valid. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Description | Gets the description of the delivery that is displayed in Report Manager. |
![]() |
IsPrivilegedUser | Indicates whether the user is allowed access to all the functionality of the extension. |
![]() |
LocalizedName | Gets the localized name of the extension to be displayed in a user interface. (Inherited from IExtension.) |
![]() |
ReportServerInformation | Gets information about the report server that the delivery extension requires in order to perform deliveries. |
![]() |
UserData | An array of Setting objects that define the extension settings for a notification. |
Top