Moves the enumerator to the first page in the set on the first call and to the next page in the set on subsequent calls.

Namespace:  FileNet.Api.Collection
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Function NextPage As Boolean
C#
bool NextPage()
Visual C++
bool NextPage()
JavaScript
function nextPage();

Return Value

True until the enumerator reaches the end of the set, at which time this method returns False. Returns False if the set is empty.

ToggleSee Also