IAppConfigServiceGetAllEffectiveValues Method

Note: This API is now obsolete.

Gets the effective value (for the current server) of all registered application settings. This method is deprecated, GetAllEffectiveValues(AppSettingScope, Object) should be used.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[ObsoleteAttribute("Use GetAllEffectiveValues(AppSettingScope scope, object? scopeTarget)")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
IDictionary<Guid, Tuple<Object, AppSettingValueSource>> GetAllEffectiveValues()

Return Value

Type: IDictionaryGuid, TupleObject, AppSettingValueSource
A dictionary (keyed by setting ID) with values as tuples specifying the effective value of the setting and an AppSettingValueSource indicating from where the effective value originates.
Exceptions
ExceptionCondition
NoPrivilegeExceptionThe caller does not have system administration privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also