Open this page in the API Guide

DataProviderInfo.GetStructureCustomConfigurationUI Method

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

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public string GetStructureCustomConfigurationUI(
	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
ArgumentExceptionThrown when regex input, or ILocalizationService.GetString argument is null or empty.
ArgumentNullExceptionThrown when regex input is null or empty.
RegexMatchTimeoutExceptionThrown when regex takes too long to process.
See Also