Examples of MIP plugin in XP Management Client

I am writing because I was wondering what examples to start with to develop an integration so that it is displayed in the MIP tree in the XProtect Management. And its necessary installation, Greetings, thank you

There is a lot of the samples under plugin integration that target the Management Client (MC)

https://doc.developer.milestonesys.com/html/index.html?base=content_1.html&tree=tree_1.html

If you user the template to start a new plugin you also see the classes pertaining to MC. This section is very recommended to read when starting plugin development:

https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/plug-in_development.html&tree=tree_1.html

One sample that is for all environments and extremely useful in understanding the configuration data you reach:

https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/configdump/readme.html&tree=tree_1.html

https://www.nuget.org/profiles/milestonesys

@Bo Ellegård Andersen (Milestone Systems)​

Thanks i found