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()
Public Shared Function GetConfigFileContent As IDictionary(Of String, String)
public:
static IDictionary<String^, String^>^ GetConfigFileContent()
Return Value
Type:
IDictionaryString,
StringContent 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