IAppConfigServiceGetEffectiveValue Method

Gets the effective value of the specified application setting from the perspective of the current server.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
AppSettingValue GetEffectiveValue(
	Guid settingId
)

Parameters

settingId
Type: SystemGuid
The ID of the setting.

Return Value

Type: AppSettingValue
Exceptions
ExceptionCondition
NotFoundExceptionThere was no registered setting corresponding to the provided setting ID.
NoPrivilegeExceptionThe caller does not have system administration privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also