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)

Syntax

Visual Basic (Declaration)
Function NextPage() As Boolean
C#
bool NextPage()
C++
bool NextPage() abstract 
J#
bool NextPage()
JScript
function NextPage() : bool

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.

See Also