Override to provide new instance of the business object.

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

Syntax

C#
protected abstract TObject CreateItem(
	List<TObject> items
)

Parameters

items
Type: System.Collections.Generic..::.List<(Of <(TObject>)>)
the list of current instances in the given scope.

Return Value

See Also