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 (26.2.0.1000)
Syntax
ICollection<StaticResourceInfo> GetStaticResourceInfos()

Return Value

ICollectionStaticResourceInfo
The collection of StaticResourceInfo of the static resources.
Exceptions
ExceptionCondition
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also