Positions the enumerator to a point before the first page of the collection. You must call NextPage to position the enumerator to the first page.

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

ToggleSyntax

Visual Basic (Declaration)
Sub Reset
C#
void Reset()
Visual C++
void Reset()
JavaScript
function reset();

ToggleSee Also