ExportProviderInfoGetCustomConfigurationUI Method |
Gets the custom configuration UI based on the requested content type.
Namespace:
Dundas.BI.Export
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic string GetCustomConfigurationUI(
ContentType contentType
)
Public Function GetCustomConfigurationUI (
contentType As ContentType
) As String
public:
String^ GetCustomConfigurationUI(
ContentType^ contentType
)
member GetCustomConfigurationUI :
contentType : ContentType -> string
Parameters
- contentType
- Type: System.Net.MimeContentType
The content type that the UI is requested for.
Return Value
Type:
StringThe string holding the custom UI, or
if none is supported for the content type.
Exceptions| Exception | Condition |
|---|
| FormatException | Thrown when the content type is not valid. |
| ArgumentException | Provider's UI stream or ILocalizationService.GetString argument is or empty. |
| ArgumentNullException | Provider's UI stream is or empty. |
| RegexMatchTimeoutException | Localization of the provider's UI takes too long. |
See Also