Options to refresh smartclient instance configuration

Hello,

I am trying to make a smartclient plugin to create, update and delete presets from the camera. Simular to the sample PTZandPresets in the ComponentSamples directory of the SDK examples.

I would like to know if there is a way to update the list with presets from the configuration after adding/deleting a preset.

For this the configuration instance of the smartclient has to be refreshed.

One way of doing this is by triggering the ReloadConfigurationCommand.

I would like to know if there are other ways to reload the configuration that doesn’tlogout and login the user so the current session won’t be reset.

P.S. I am aware there is there is a window in smartclient to manage presets but my client would like to be able to manage them from within a viewitem.

Unfortunately no, ReloadConfigurationCommand is the only way.