Click or drag to resize

ConfigurationManagerRefreshAppSettings Method

Refreshes the app settings, following an update.

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public static Dictionary<string, string> RefreshAppSettings()

Return Value

Type: DictionaryString, String
Populated dictionary of app settings.
See Also