Click or drag to resize

ConfigGetConfigFileContent Method

Read the configuration file and return his content in dictionary format

Namespace:  AskiaPortalCmn.Configuration
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public static IDictionary<string, string> GetConfigFileContent()

Return Value

Type: IDictionaryString, String
Content of the configuration file
Exceptions
Remarks
This method doesn't cache the result, it always open and read the file.
Use the ConfigSettingsKeys to obtain the list of possible settings in the configuration.
See Also