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)
Syntax
public virtual IList<string> GetCssResources()

Return Value

Type: IListString
The CSS resources (as strings). This might be null.
See Also