Page 1 of 1

4.0: Controlling which option page is displayed

Posted: Mon Apr 13, 2015 11:28 am
by joe.mag
In 2.6 I guess I just was lucky that my option page was always at the top of the page list so when I would call code like the following (from 4.0):

Code: Select all

IConfigurationManager configManager = (IConfigurationManager)GetService(typeof(IConfigurationManager));
configManager.ShowOptions();
I would get my page on top automatically. Now the Server page seems to be at the top and there to stay. While this isn't a show-stopper it's inconvenient and confusing for my users who access custom functionality on our options page. It seems like it would be easy enough to accept an optional parameter to ShowOptions() specifying the page by name.

Thanks!

Re: 4.0: Controlling which option page is displayed

Posted: Sat Apr 25, 2015 2:55 pm
by BobRichards
I have verified that there is currently no way to open a specific Select Options screen via API. Sorry.