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; } |
| Visual C++ |
|---|
property IPageMark^ PageMark { IPageMark^ get (); } |
| JavaScript |
|---|
function get_pageMark(); |