GetRange returns a specified part of the set of objects, if the requested range has not been loaded the load and filter callback will be used to populate missing parts.

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

Syntax

C#
public List<T> GetRange(
	int startIndex,
	int maxRows
)

Parameters

startIndex
Type: System..::.Int32
the start index in the set of objects
maxRows
Type: System..::.Int32
the maximum number of objects to return

Return Value

See Also