Try our conversational search powered by Generative AI!

Plugin ID

Vote:
 

How I research my plug in Id?

Admin/DatabaseJob.aspx?pluginId=202

#77123
Nov 11, 2013 0:04
Vote:
 

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.

#77409
Nov 18, 2013 21:23
Vote:
 

Thank you Valdis,

I would like search my plug in id. Just this.

#77465
Nov 20, 2013 5:32
Vote:
 

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;

    

#77771
Nov 26, 2013 9:38
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.