Is there a way to change the name of a setting through code? I have a setting in my application named "SMTP". I would like to change it, or even delete the setting entirely if a end-user meets a certain criteria. Is this possible through code? If so, how could I go about that? Thanks in advance.
Kevin
Loading
VulpesPosted Sep 1, 2011, 12:51 PM
If you're wanting more flexibility, you might be better creating your own settings file (either text or XML) which you can manipulate as you like and then save it back to the application folder.
Kevin DavisPosted Sep 1, 2011, 12:17 PM
VulpesPosted Sep 1, 2011, 12:14 PM