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 (26.2.0.1000)
Syntax
AppSettingValue GetEffectiveValue(
	Guid settingId
)

Parameters

settingId  Guid
The ID of the setting.

Return Value

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