IAppResourceServiceGetBuiltInResourceInfos 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 (26.2.0.1000)
Syntax
ICollection<BuiltInResourceInfo> GetBuiltInResourceInfos()

Return Value

ICollectionBuiltInResourceInfo
The collection of BuiltInResourceInfo of the built-in resources.
Exceptions
ExceptionCondition
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also