Open this page in the API Guide

DeliveryProviderInfo.GetCustomConfigurationUI Method

Gets the custom configuration UI based on the requested content type.

Namespace:  Dundas.BI.Notifications.Delivery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public string? GetCustomConfigurationUI(
	ContentType contentType
)

Parameters

contentType
Type: System.Net.Mime.ContentType
The content type that the UI is requested for.

Return Value

Type: String
The string holding the custom UI, or null if none is supported for the content type.
Exceptions
ExceptionCondition
ArgumentExceptionDelivery provider's UI stream or ILocalizationService.GetString argument is null or empty.
ArgumentNullExceptionDelivery provider's UI stream is null or empty.
RegexMatchTimeoutExceptionLocalization of the provider's UI takes too long.
See Also