AdapterInfoGetResources Method |
Gets all the JavaScript 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> GetResources()
Public Overridable Function GetResources As IList(Of String)
public:
virtual IList<String^>^ GetResources()
abstract GetResources : unit -> IList<string>
override GetResources : unit -> IList<string>
Return Value
Type:
IListStringThe JavaScript resources (as strings). This might be null.
See Also