Click or drag to resize
PagerFirst Method
Get first pages

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public static IEnumerable<NxPage> First(
	IEnumerable<NxPage> nxPages
)

Parameters

nxPages
Type: System.Collections.GenericIEnumerableNxPage
A collection of NxPage

Return Value

Type: IEnumerableNxPage
A IEnumeratorT that can be used to iterate through the collection.
See Also