AdapterInfoGetResources Method

Gets all the JavaScript 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 (24.1.0.1001)
Syntax
public virtual IList<string> GetResources()

Return Value

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