SDK link some extra data (properties) to the recorder servers (current installed soft ...)

In a win form application, I need to link some extra data (properties) to the recorder servers (current installed soft …) What is the best way to do it ?

Assuming you want to have the XProtect server save “it” for you and be able to retrieve when logged in..

You can save an item -

abstract void SaveItemConfiguration (Guid pluginDefinitionId, Item item)

you can save a property -

virtual void SaveOptionsConfiguration (Guid optionsDialogId, bool userPrivate, XmlNode xmlNode)

Ref. VideoOS.Platform.Configuration Class Reference