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; } |
| Visual C++ |
|---|
property array<Object^>^ CurrentPage { array<Object^>^ get (); } |
| JavaScript |
|---|
function get_currentPage(); |
Return Value
An Object array containing the current page.
Exceptions
| Exception | Condition |
|---|---|
| FileNet.Api.Exception..::.EngineRuntimeException | Thrown if the enumerator is positioned before the first page or after the last page, or between pages after a Reset(mark) operation. |