Open this page in the API Guide

IAppConfigService.GetAllEffectiveValues Method

Overload List
  NameDescription
Public methodGetAllEffectiveValues() Obsolete.
Gets the effective value (for the current server) of all registered application settings. This method is deprecated, GetAllEffectiveValues(AppSettingScope, Object) should be used.
Public methodGetAllEffectiveValues(AppSettingScope, Object)
Gets the effective value of all registered application settings from the perspective of the specified scope.
Top
See Also