Returns the current page mark on which a subsequent call to
will operate. Call this method before calling the
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
object corresponding to a particular page within the collection.