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)

Syntax

Visual Basic (Declaration)
Public MustOverride Sub Reset()
C#
public abstract void Reset()
C++
public:
 void Reset() abstract 
J#
public abstract void Reset()
JScript
public abstract  function Reset()

See Also