Returns an opaque representation of the IPageEnumerator, but for the page following the current page. This method requires no server round-trips, so it is more efficient to use this method if you will be interested in the next page as soon as you resume from the checkpoint.

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

ToggleSyntax

Visual Basic (Declaration)
Function GetNextPageCheckpoint As Byte()
C#
byte[] GetNextPageCheckpoint()
Visual C++
array<unsigned char>^ GetNextPageCheckpoint()
JavaScript
function getNextPageCheckpoint();

ToggleSee Also