Load plugin information based on a plug-in ID.

Namespace:  EPiServer.PlugIn
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public static PlugInDescriptor Load(
	int id
)

Parameters

id
Type: System..::.Int32
The id for the plugin.

Return Value

See Also