Saving custom settings

Hi,

I’m writing a plugin for XProtect Smart Client and Administrator.

The user sets some options inside the administrator, I need to read them from the smart client side and I also need to save them. If i restart one of those applications they will use the last saved options.

Is there a way to do this using the MIP SDK? Could you suggest me some reference plugins inside the SDK?

Thank you

You can work with items you define, this is shown in the Access Control (MIP 2.0) sample. If that is overkill and you just need to have properies you have defined, this is shown in the Property sample.

You may also consider to use the option plugins there exists for both the administrator and the Smart Client. Try search the documentation for OptionsDialogPlugins and ToolsOptionsDialogPlugins.