Click or drag to resize
PluginStoreGetPluginByPluginID Method
Gets the plugin with the id passed in

Namespace:  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public PluginBase GetPluginByPluginID(
	Guid pluginID
)

Parameters

pluginID
Type: SystemGuid
The plugin ID.

Return Value

Type: PluginBase
the plugin if loaded, otherwise null
See Also