Called to populate the a PlugIn's properties with user supplied values from the database.

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

Syntax

C#
public static void AutoPopulate(
	Object obj
)

Parameters

obj
Type: System..::.Object
The instance of the PlugIn to populate

See Also