IAppResourceService.GetBuiltInResourceInfos Method |
Gets information about all the built-in resources.
Namespace:
Dundas.BI.AppResources
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
SyntaxICollection<BuiltInResourceInfo> GetBuiltInResourceInfos()
Function GetBuiltInResourceInfos As ICollection(Of BuiltInResourceInfo)
ICollection<BuiltInResourceInfo^>^ GetBuiltInResourceInfos()
abstract GetBuiltInResourceInfos : unit -> ICollection<BuiltInResourceInfo>
Return Value
Type:
ICollection<BuiltInResourceInfo>The collection of
BuiltInResourceInfo of the built-in resources.
Exceptions
See Also