Click or drag to resize

HelperFunctionsSettingsManagerRemoveSetting Method

This method will Remove a setting from the Settings file. If you have not called InitializeSettingsFile() a generic one called "Settings.dat" will be created or opened.

Namespace:  AHL
Assembly:  AHL (in AHL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void RemoveSetting(
	string settingName
)

Parameters

settingName
Type: SystemString
This is the key you wish to remove from the settings.
See Also