AdapterInfoGetCssResources Method |
Gets all the CSS resources (as strings) for this info. The order they are returned should be the ordered they need to be included in.
Namespace:
Dundas.BI.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic virtual IList<string> GetCssResources()
Public Overridable Function GetCssResources As IList(Of String)
public:
virtual IList<String^>^ GetCssResources()
abstract GetCssResources : unit -> IList<string>
override GetCssResources : unit -> IList<string>
Return Value
Type:
IListStringThe CSS resources (as strings). This might be null.
See Also