The PluginInfo property retrieves information for an available plugin on the APS based on the plugin's progID or type. Read
Property PluginInfo ( plgKey) As PluginInfo
ProgID or Type of the plugin for which information is to be retrieved.
The object returned is a PluginInfo object corresponding to the specified type. For example, to retrieve the User Plugin object, the following code would be used:
var UserPlugin = PluginMgr.PluginInfo("CrystalEnterprise.User");
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |