AdapterInfoGetCssResources Method  | 
 
            Gets all the CSS resources (as strings) for this info in the order in which they need to be included.
            
 
    Namespace: 
   Dundas.BI.Extensibility
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
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