Override to return a list of instances.

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

Syntax

C#
protected abstract List<TObject> ListItems()

Return Value

a list of instances.

See Also