Hello,
We would like to create a plugin for the action window area that only should be visible to users that belongs to certain groups. Is this possible to do?
Thanks,
Christoffer
You can implement the ICustomPlugInLoader interface on your plugin and do some custom checking in the List() method of that interface. Look in the SDK for more information.