Programmatically refresh Management Client?

Pressing F5 in Management Client will force an update of the server configuration. Is there an API for this?

No, there is no way to do it with MIP SDK. A possible workaround is to use SendKeys {F5}.

Before implementing this workaround note that the reason Milestone Development has not implemented the functionality is that there is a concern. The refresh is not just a UI refresh but a restart and update of much of the client. Milestone Development is concerned if an auto-refresh is introduced by a plugin and this refresh would interrupt or disrupt whatever else the user is doing in the Management Client. If you implement the workaround please do so with caution.

Thank you, I understand. What we would like to do in this case is to provide a short-cut link to this instead of telling the user, e.g. “Click here to update…” instead of “Please update the server configuration…”. We’ll keep this in mind.