Click or drag to resize

ConfigurationManagerGetAllAppSettings Method

Return a dictionary containing all the app settings for the site.

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> GetAllAppSettings()

Return Value

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