Override to load an item with the specified key.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
protected abstract TObject LoadItem(
	TKey key
)

Parameters

key
Type: TKey
The key of the instance to load.

Return Value

A object instance.

See Also