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

Syntax

C#
[ObsoleteAttribute("PluginSettings.GetPlugInProperties is obsolete: Please use the type safe generic method Dictionary<PropertyInfo, PlugInPropertyAttribute> PluginSettings.GetProperties instead.")]
public static Hashtable GetPlugInProperties(
	Type type
)

Parameters

type
Type: System..::.Type

See Also