A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
What exactly you mean by "research"? Did you mean "reach" or "search"? If you want to find more info about your plugin either you can query database (table Plugin or something, don't have a SQL Management Studio at hand) or you can use PlugInLocator class to find your plugin.
Hello Anderson,
You can get plugin ID from the plugins type like this:
var plugin = PlugInDescriptor.LoadAll().FirstOrDefault(p => p.PlugInType == typeof (your_plugin_type));
var pluginId = plugin.ID;
How I research my plug in Id?
Admin/DatabaseJob.aspx?pluginId=202