IAppResourceServiceGetStaticResourceInfos Method  | 
 Gets the static resource information objects.
 
    Namespace: 
   Dundas.BI.AppResources
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxICollection<StaticResourceInfo> GetStaticResourceInfos()
Function GetStaticResourceInfos As ICollection(Of StaticResourceInfo)
ICollection<StaticResourceInfo^>^ GetStaticResourceInfos()
abstract GetStaticResourceInfos : unit -> ICollection<StaticResourceInfo> 
Return Value
Type: 
ICollectionStaticResourceInfoThe collection of 
StaticResourceInfo of the static resources.
Exceptions
See Also