DataProviderGetCustomConfigurationUI Method

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

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public virtual string GetCustomConfigurationUI(
	ContentType contentType
)

Parameters

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

Return Value

Type: String
The string holding the custom UI, or if none is supported for the content type.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when regex input, or ILocalizationService.GetString argument is or empty.
ArgumentNullExceptionThrown when regex input is or empty.
FormatExceptionThrown when the content type is not valid.
RegexMatchTimeoutExceptionThrown when regex takes too long to process.
See Also