TabularProviderGetStructureCustomConfigurationUI Method |
Gets the custom configuration UI based on the requested content type for the structure.
Namespace:
Dundas.BI.Data.DataProviders.Special
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic virtual string GetStructureCustomConfigurationUI(
ContentType contentType
)
Public Overridable Function GetStructureCustomConfigurationUI (
contentType As ContentType
) As String
public:
virtual String^ GetStructureCustomConfigurationUI(
ContentType^ contentType
)
abstract GetStructureCustomConfigurationUI :
contentType : ContentType -> string
override GetStructureCustomConfigurationUI :
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 |
|---|
| ArgumentException | Thrown when regex input, or ILocalizationService.GetString argument is or empty. |
| ArgumentNullException | Thrown when regex input is or empty. |
| RegexMatchTimeoutException | Thrown when regex takes too long to process. |
See Also