Returns the current page mark on which a subsequent call to Reset will operate. Call this method before calling the Reset(mark) method.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property PageMark As IPageMark
C#
IPageMark PageMark { get; }
C++
property IPageMark PageMark abstract  {
    IPageMark get();
}
J#
/** property */
public IPageMark get_PageMark();
JScript
public function get PageMark() : IPageMark

Property Value

A PageMark object corresponding to a particular page within the collection.

See Also