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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PageMark As IPageMark
C#
IPageMark PageMark { get; }
Visual C++
property IPageMark^ PageMark {
	IPageMark^ get ();
}
JavaScript
function get_pageMark();

Return Value

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

ToggleSee Also