DataProviderInfoGetStructureCustomConfigurationUI Method |
Gets the custom configuration UI based on the requested content type for the structure.
Namespace: Dundas.BI.Data.DataProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic string? GetStructureCustomConfigurationUI(
ContentType contentType
)
Public Function GetStructureCustomConfigurationUI (
contentType As ContentType
) As String
public:
String^ GetStructureCustomConfigurationUI(
ContentType^ contentType
)
member GetStructureCustomConfigurationUI :
contentType : ContentType -> string Parameters
- contentType ContentType
- The content type that the UI is requested for.
Return Value
StringThe string holding the custom UI, or
if none is supported for the content type.
Exceptions
See Also