Returns the current page in the set.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property CurrentPage As Object()
C#
object[] CurrentPage { get; }
C++
property object[] CurrentPage abstract  {
    array<Object>^ get();
}
J#
/** property */
public object[] get_CurrentPage();
JScript
public function get CurrentPage() : Object[]

Property Value

An Object array containing the current page.

Exceptions

Exception TypeCondition
EngineRuntimeException Thrown if the enumerator is positioned before the first page or after the last page, or between pages after a Reset(mark) operation.

See Also