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
array containing the current page.
Exceptions
Exception Type | Condition |
---|---|
EngineRuntimeException | Thrown if the enumerator is positioned before the first page or after the last page, or between pages after a operation. |